Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › How Do I Add A "Content" Area To The Top of A Blog Template › Reply To: How Do I Add A "Content" Area To The Top of A Blog Template
August 7, 2013 at 10:20 am
#1263

Keymaster
Doing this requires code change but works perfectly. All you need to do is to modify the file framework/functions/blog-content.php at around line number 131-135, you add a reference to the method mo_show_page_content();
like this –
....Hope this helps.