bbpress
-
Hello. I want to add a special feature to my site using the ajax load more plugin. I want to load topic replies with ajax by scrolling. I don’t want the visitor to have to go to pages 2, 3 and… to see all the replies. This plugin gives me a shortcode like this:
[ajax_load_more loading_style=”infinite fading-blocks” container_type=”ul” post_type=”reply”]
And I have to embed this short code in the function file of the template.<?php echo do_shortcode(‘[ajax_load_more loading_style=”infinite fading-blocks” container_type=”ul” post_type=”reply”]’); ?>
But this code does not work properly anywhere. Can you guide me? By the way, I am an amateur
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bbpress’ is closed to new replies.