• Hi, I am using a Live Blogging plugin of which each post is displayed on my homepage. How do I get a Like & Dislike button added to each post on my homepage.

    I have tried putting the like & dislike shortcode and script into the files template but the like & dislike does not show below each of the Live Blog Posts on my homepage.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Happy Coders

    (@happy-coders)

    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.

    https://prntscr.com/1copzrr

    Regards,
    WP Happy Coders

    Thread Starter anfieldtweets

    (@anfieldtweets)

    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

    Plugin Author Happy Coders

    (@happy-coders)

    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

    Thread Starter anfieldtweets

    (@anfieldtweets)

    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?

    Plugin Author Happy Coders

    (@happy-coders)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Using Live Blogging Feature’ is closed to new replies.