Infinite pagination for "more articles"

Posted in: Newspaper
Post count: 7

I saw that the widgets have the “infinite pagination” option.

Is there any way to have the “more articles” with infinite pagination and to move it after the comments?

Or maybe to add a widget after the comments?

Post count: 22421

Hello,

You can try to implement a block under the comments section with infinite loading pagination but it will not be able to detect the current post viewed. The block will also include the current post as blocks were not meant to be displayed on posts by default.
Here is an example:

<?php echo do_shortcode('[vc_row][vc_column width="2/3"][td_block_3 limit="4" custom_title="More Articles" td_ajax_filter_type="" ajax_pagination="load_more"][/vc_column][vc_column width="1/3"][/vc_column][/vc_row]');?>

I have implemented it like so: https://www.screencast.com/t/r0Hy2JEYL8te

Result: https://www.screencast.com/t/LGCl2EOKh0

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.