I want something simple. To add a page to the frontpage and have latest posts after the page. Is there an easy way to do that?
I want something simple. To add a page to the frontpage and have latest posts after the page. Is there an easy way to do that?
Yes, it's in Admin page/settings/readings/static page. Choose the front page and the post page.
What I really want in my frontpage is to show one page and they have a list with posts. As I add more posts, these will by added to the frontpage but the static page will be on top of the posts.
That was easier than I thought. I install plugin "Improved Include Page". Then in index.php of my theme I added this line
`<?php iinclude_page(105,'displayTitle=true&titleBefore=<h2 class="sidebar-header">');
before the wordpress loop.
105 is the page id of the page I wanted to display before the posts.
This topic has been closed to new replies.