Description
Mark the post body for next post page scroll feature. Useful only inside postpage.xml. When the next post page is requested, only the part of the postpage.xml marked with <post_body> tag will be rendered.
It accepts next_post_source attribute, the possible values of this attribute is the same with posts tag posts. Depending on this value, it can take a two more attributes: section_url, tag_name.
Schema
Attributes and/or child nodes are not allowed.
Attributes
next_post_source
section_url
tag_name
Example
<div class="body-pretender"> <post_body next_post_source="frontpage" section_url="popular"> <div class="main"> <!-- ... --> </div> </post_body></div>