Post Preview
Display a post preview with the Next Page add-on and Ajax Load More
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.
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.