Help with static blog page
-
Hi
I am converting a converting a customers site to WordPress because they want a blog but also want a CMS. I have created successfully a theme that shows their header footer menu etc. I even have the pages showing the content (though quite how I managed that I dont know). Now I want a separate page that is their actual blogs. I know there are posts & the default home page shows them but only shows the actual text nothing else
This is what I have on the index.php
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content(); endwhile; else: ?> <p>Sorry, no posts matched your criteria.</p> <?php endif; ?>
How do I create a separate blog page & get it to show the posts & the blog sidebar of archive links etc – it seems almost like I need a separate template page for this ??? Ah Ok I am lost !!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Help with static blog page’ is closed to new replies.