seancojr
6/19/2014 - 6:36 PM

A Small Tweak for Advanced Content Pagination From http://premium.wpmudev.org/blog/upscale-your-wordpress-post-pagination-your-readers-will-

/* Allow shortcodes that are contained within the [nextpage] shortcodes to be processed */
return do_shortcode( $html );
} else {
return do_shortcode( $content );