• Resolved mormonstories

    (@mormonstories)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could put it right below where you output the title, like the following

    <h1>......</h1>
    <div class="tagline"><?php bloginfo('description'); ?></div>

    Thread Starter mormonstories

    (@mormonstories)

    That definitely works…..now if I can only make it pretty.

    😐

    Thanks!!!

    John

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Tagline to Pool Theme’ is closed to new replies.