Quote:
Originally Posted by Sands
http://codex.wordpress.org/Templates_Hierarchy
Though that article might be a bit advanced for what you want to do, it's important to note that Wordpress can have few or many template files that control the content of each section.
The files you will probably want to change, if they exist in your template, are index.php, single.php, page.php, archive.php / archives.php, category.php, author.php, and search.php.
Remember, your theme may not have all of these files, but each controls a particular section of your Wordpress blog and each lists a post or posts with its respective title.
|
Thanks that actually helped a lot! I changed the index.php, single.php, page.php, archives.php, and the search.php. My template has no category or author. So now my question is since I changed all those Post titles from H2 to H1, do I need to change the main blog Title to H2 in the header.php?? If you look at my first post you will see where I posted the header.php file and it has no H heading tag at all, do I even need to mess with it???