Jackage95
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Login] How to display a avatar in the sidebar?I would also like to know how to display the avatar of a user who has logged in using this plugin. Thanks.
Forum: Plugins
In reply to: [WTI Like Post] PHP Code to display total likes and dislikes?Thank you very much, this worked perfectly.
Forum: Plugins
In reply to: [WTI Like Post] PHP Code to display total likes and dislikes?Oh right, I was wondering if I was able to display the total number of likes ever and total number of dislikes. I am displaying statistics on my site
post count:
likes:
dislikes:thanks
Forum: Plugins
In reply to: [WTI Like Post] PHP Code to display total likes and dislikes?Thanks for your reply, but does that add up the entire like/dislike count from ALL posts?…
Forum: Plugins
In reply to: [WTI Like Post] Ajax not working, refreshes pageSorry for the third post. I have figured out the voting problem (as many times as you like).
Now, just number 2, then I should be done 🙂
Forum: Plugins
In reply to: [WTI Like Post] Ajax not working, refreshes pageOkay, I have been trying this for so long to figure it out. Turns out, 2 minutes after I post the above topic, I get it to work!
I simple added
<?php wp_head(); ?>to my head.php file (which is included on every page on my custom site).
BUT – How comes I can vote for each post as many times as I like? I would like for my users to be able to vote JUST ONCE per topic. I have selected that option in the settings but it does not seem to work.
Also have not yet figured out number 2 of the above post, please let me know if you have any information!