How to: make a blogpage!?
-
Hello all, please take a look at my site over here. Do not mind the look, I am tinkering with it.
This is my menu, which will show you – I hope – how strange my theme works:
<ul id="menu"> <li><a href="<?php bloginfo('url'); ?>">Home</a></li> <li><a href="/blog/overons">About</a></li> <li><a title="Copyright information" href="/blog/watwedoen/">What we do</a></li> <li><a href="<?php echo get_category_link($blog_category_page); ?>">Blog</a></li> <li><a href="blog/contact">Contact</a></li> </ul>
So, first: home, then (to keep the order) with permalinks 2 more pages, followed by a blogcategory, and a last page, contact.
The problem is this: I like the way my site looks now, with the pages I can fill in, and one blogcategory. I just want to change the blogcategory, into a blogpage. So: I want to have a page that does what my blogcategory now does. But how? How do you get a page, that displays all your posts? I already have page-blog.php in my files, so I can switch a page from default into blog. I just don’t know what to put there. Who can help?
To sum up: I have some pages, like contact etc. Then, I also have a blogcategory, where all my posts go. I want to make a page out of this, by going ‘pages – add new’ and naming this ‘Blog’, to replace the category ‘blog’. I think that for doing this, I should change the template from default (page.php) to blog, which is page-blog.php. But what should I put on page-blog.php besides ‘get header, get footer, get sidebar?
I am not a good coder. Please, if anyone knows, explain it very clearly. Thank you all in advance! Theme can be sent to you, just let me know!
- The topic ‘How to: make a blogpage!?’ is closed to new replies.