Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Split: How Do I Add A "Content" Area To The Top of A Blog Template › Reply To: Split: How Do I Add A "Content" Area To The Top of A Blog Template

Hello again livemesh,
I have this displaying the page content above the feed of posts, now would like it displaying below.
I would have thought you would add the mo_show_page_content(); after the endif; of if(have_posts():, roughly around line 433, like so:
`<?php endif;
mo_show_page_content();
?>
</div>
<!– .hfeed –>`
Unfortunately this prints out the content of the last post. Am I placing it in the wrong position? Or is it because its run the if(have_post()); its loading the page content from them?
Any help is greatly appreciated.