The Next Page add-on will create a post preview snippet with a Continue Reading action for the user to view the full article.

Pro Tip: Use the destroy_after="1" parameter to remove the load more functionality after first load.



« Back to the Next Page add-on

The following shortcode was used to create the Post Preview example.

[[ajax_load_more nextpage="true" nextpage_urls="false" nextpage_scroll="0:30" nextpage_post_id="'. get_the_ID() .'" container_type="div" images_loaded="true" destroy_after="1" button_label="Continue Reading..."]]

The following Template was used to create the Post Preview example.