2017-02-28, 05:04:03
If you want to always display the newspage content before the list of posts or single post, insert this in your template, before the
<?php get_page_content(); ?>
line:Code:
<?php if (nm_is_site()) getPageContent(return_page_slug()); ?>