Font changes for sidebar headers !
-
Hi
I started my blog with the default theme then soon after changed to a custom theme. Note the new theme only uses index.php, which has all the sidebar stuff embedded in it.
Anyway if I try to create a new heading name, the heading in the sidebar is always a new font! It’s quite annoying. For example, check out my blog (noodleandspam.com). In this example I’ve just added the wp_list_pages function to show pages. But the header is in a different font to the rest of the headers?
Here is a code snippet:
<?php wp_list_pages(‘title_li=<h2>Noodle And Spam</h2>’); ?>
<!– START ARCHIVES –>
<li id=”archives”><h2><?php _e(‘Archives:’); ?></h2>-
<?php wp_get_archives(‘type=monthly’); ?>
<!– END ARCHIVES –>
Both “archives” and “pages” are using the font <h2> as far as I can tell (though I don’t know php), why are they showing up in different fonts ?
Thanks for any help
al
- The topic ‘Font changes for sidebar headers !’ is closed to new replies.