I just wanted to ask a few of questions. The third is a bit odd though!
Question 1 & 2:
What changes do i need to make in order to show the excerpt for each post on the main page?
And, how would i center the navigation links?
Question 3:
I'm wondering if it's necessary to call the sidebar using <?php get_sidebar() ?> on the following pages:
Archives.php
archive.php
tag.php
category.php
search.php
If i remove the small piece of code calling the sidebar on these pages, will it affect the way the theme runs at all? Or is it okay to do this?
I ask because on my sidebar.php i inserted an iframe above the primary/main asides, and though the sidebar itself is not visible on the above pages, the iframe i included is, which then appears over the archived content info (the author, 'posted in' & 'tagged' details etc) where it doesn't belong. Removing the line of code calling to the sidebar fixed this, but i am worried it will cause a hiccup with another aspect of the theme by doing so.
I hope i haven't caused confusion.