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

    (@happy-coders)

    Hello there,

    Thank you for writing to us. Our plugin appends like dislike icons through the_content filter so if your ajax request is using the_content function for generating the post content then it shall include the like dislike icon too.

    Else you can also use below function in the ajax response function which will generate the like dislike icon.

    <?php echo do_shortcode('[posts_like_dislike]');?>

    Regards,
    WP Happy Coders

Viewing 1 replies (of 1 total)
  • The topic ‘Load more post through Ajax’ is closed to new replies.