Thanks but it didn't help me, what did I miss??
There are theme files. Each theme file does specific things. If you want to make your tag pages look different, create a tag.php theme file, and go crazy.
Thanks but it didn't help me, what did I miss??
Basically wordpress looks for specific files and loads them, otherwise goes broader if it can't find a specific file.
For example a page might try page-pageslug.php first, then page.php, then single.php then index.php if it couldn't find any of those. WP uses what you'd call a dynamic loading structure.
can you make more clear what exactly you are looking to do?i have one question,, where we can put out H1 or H2 tag? in header.php or else? or is it already automatic from wp?
thanks