mormonstories
Member
Posted 6 years ago #
OK...this is a super duper easy question, but I'm super new. :)
How can I add my tagline to the pool theme?
I know you probably add this text...
<?php bloginfo('description'); ?>
...to the "header.php" file...but I can't figure out where to put it, or if it's harder than I'm envisioning....
Thanks!
John
Joshua Sigar
Member
Posted 6 years ago #
You could put it right below where you output the title, like the following
<h1>......</h1>
<div class="tagline"><?php bloginfo('description'); ?></div>
mormonstories
Member
Posted 6 years ago #
That definitely works.....now if I can only make it pretty.
:|
Thanks!!!
John