Using static homepage in 2.7 – How do you display your blog?!
-
Hi,
Just started using wordpress and having a little bit of difficulty using the static homepage option and then getting my site to display a full post listing page.
Essentialy my website takes the format:
Home – News – About Me – Contact
I would like Home, About Me and Contact to be static pages (easily done in WP2.7) and then have News display what would be considered to be the standard homepage of a wordpress blog.
What I throught I would be able to do to acheive this is create another template that uses the same code from the index page and have it list all the posts. However, as pages and posts are the same thing the get_posts() method used in index.php returns a single page, the news page, when used on a page template.
I’m lead to understand that this is because of the querystring value setting the page_id.
Is there anyway I can reset the get_posts()’s method to return the latest news posts?
- The topic ‘Using static homepage in 2.7 – How do you display your blog?!’ is closed to new replies.