Prevent duplicate catching of ap_vote_up and ap_undo_vote_up hooks with myCred

Hello Matt, If a vote is undone then there is not way to know if user has already voted. But I see some workarounds. First thing you can do is you can update total lifetime point count. I am not sure where it is stored but most usually it may be a user meta. I am pretty sure this will be most easier. Secondly you can also add another vote reaction to record user vote. This reaction is not removed on undo vote. Below code will be inside ap_vote_up hook. Then later you can check if user already voted by Lemme know if that helps. Cheers.

How to change font of anspress ?

Hello, That’s general WP/HTML question. You can google for more information. Also there are many plugins available for changing fonts search for the plugin and install in in WordPress.

Pls How can I remove the Register or Login Links at the footer

Hello, You can do so by adding a file to you active theme. Create a new folder in theme called anspress and then create a blank file login-signup.php That will remove those buttons.