How to you set the site tag line to display in the header?

Posted in: Newspaper
Post count: 9

Hi. Couldn’t find an answer to this on here. How can I set my site tag-line to display below my logo in the header?

Thanks.

Post count: 45

You need to add the following line within the header file for the style you are using (i.e. header-style-1.php):

<?php bloginfo(‘description’); ?>

Example:

<a itemprop="url" href="<?php echo home_url(); ?>"><img width="300" src="<?php echo $td_customLogo?>" alt="<?php echo $td_logo_alt ?>"<?php echo $td_logo_title ?>/></a>
                        <meta itemprop="name" content="<?php bloginfo('name')?>">
                        <?php
                    }
                }

                ?>
<br /><?php bloginfo('description'); ?>
            </div>
            <div class="span8">

Not tested but you get the idea

EDIT: This is to manually add it, I’m not sure if there is a way to do it already baked into the theme.

  • This reply was modified 12 years by mofiki.
Post count: 3343

Hi,

@Dustin
you have manage it?
Thanks @mofiki

Post count: 9

sorry for the delayed response. Yes, mofiki’s info above worked. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.