Hello there,
Thank you for writing to us. We just checked and it seems you already have figured out the solution for displaying the like dislike buttons. If you still are having any problem or need any assistance then please reply to us.
http://prntscr.com/1copzrr
Regards,
WP Happy Coders
Hi
What I meant was, each red box on my homepage is a separate page embedded into the home page using a Live Blogging plugin.
I have wrote on each box (post) where the like/dislike icons should show.
How do I display the icons on the homepage within each red box (individual post)?
https://AnfieldTweets.com
Hello there,
Thank you for your reply. Are those real WP posts or just mimic as the WP post because our plugin generates the like dislike icon for only real WP posts. And if they are real WP posts then can you please check if you have kept the custom function inside the Query Loop while generating the posts?
Regards,
WP Happy Coders
Hi
If I set the one of the links as my homepage it appears, but they don’t appear otherwise.
How can I fix this to make the pages appear all the time, not just if one is set as the homepage?
Hello there,
Thank you for your reply. We have just released an update today and now you can add the id=post_id parameter in the custom function. So please use custom function as below by replacing post_id with the id of the post for which you want the like dislike icon.
<?php echo do_shortcode('[posts_like_dislike id=post_id]');?>
You can also disable status in our plugin’s settings section if you are only using the custom function for displaying the like dislike icon but don’t want to append the like dislike icon to the post content.
Regards,
WP Happy Coders