hi there,
the blogs are outputing titles to a H2 but i would like to change them to H2.
How could i do this?
hi there,
the blogs are outputing titles to a H2 but i would like to change them to H2.
How could i do this?
change your theme code. if this is a post page, usually in index.php
in /wp-content/themes/my_theme_name/index.php
look for H1, change to H2
or use the online theme editor
http://codex.wordpress.org/Editing_Files#Using_the_Theme_Editor
This topic has been closed to new replies.