Reply To: How Do I Add A "Content" Area To The Top of A Blog Template

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

#1263
livemesh
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.