How can I add a subtitle directly below my blog title in a smaller font? Both would be located in the upper left corner of the pool theme top banner?
How can I add a subtitle directly below my blog title in a smaller font? Both would be located in the upper left corner of the pool theme top banner?
Go look in your themes folder.
There's a file called header.php
Put in there:
<h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<h2><?php bloginfo('description'); ?></h2>
Make sure your CSS file has the correct definations for the font sizes/placement you want.
Hope that helps
Is there a way to center my subtitle underneath my blog title. I have used the code above to insert the subtitle, but it's currently left aligned.
Thanks in advance for your help.
This topic has been closed to new replies.