How can I add the tagline below the site title?
Thanks
How can I add the tagline below the site title?
Thanks
Drop the following into your header.php file and then apply style in stylesheet.
<div class="description">
<?php bloginfo('description'); ?>
</div>
http://codex.wordpress.org/Designing_Headers#The_WordPress_Header
Please find the option to edit Site Title and Tag line under "general" section in Dashboard.
thanks to all!
Where in header.php do I place this code to have blog tagline appear <strong>right below</strong> my Tile.
<div class="description">
<?php bloginfo('description'); ?>
</div>
This topic has been closed to new replies.