i was wondering if you could help me : i would like to change the center of my page only with my posts : (all my posts will be in the same category) : how can i construct the page :
so : 1.my menu in header.php
2.a single post in the center of the page
3.and the bottom div in footer.php, which contains the menu for the posts
i'm wondering, if n°2 is "index.php", what page should i call? for example in twenty_ten, they call "content" in index.php :
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', get_post_format() ); ?>
how can i proceed, if i would like to click on n°3 menu, and have a new page with the post in the center of the page? Do you know what i mean?
Thanks if you can be of any help
