Title: Adding  tag line
Last modified: August 21, 2016

---

# Adding tag line

 *  [mrmiles14](https://wordpress.org/support/users/mrmiles14/)
 * (@mrmiles14)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-tag-line/)
 * I’m unable to display the tagline at all on my website – [http://www.milesbonanza.com](http://www.milesbonanza.com).
   How do I display it? Also, how do I add referral links with pictures to the right
   or left area of the website? Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-tag-line/#post-4667804)
 * Hi, have you set up a tagline in the admin panel? If so, you should be able to
   display it by adding this line of code to the header.php file:
 * `<?php bloginfo('description'); ?>`
 * where you want your tagline to appear.
 *  Thread Starter [mrmiles14](https://wordpress.org/support/users/mrmiles14/)
 * (@mrmiles14)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-tag-line/#post-4667828)
 * Hi. Yea, the tagline is already set in the admin panel. I would like it to appear
   right under the header “Miles Bonanza”. I added the code that you suggested under
   </header><!– #masthead –> as below. But on the site it displays at the very left.
   I want it to move to the right and up to start the word “travel” right under “
   Miles”.
 * </header><!– #masthead –>
    <?php bloginfo(‘description’); ?>
 * In addition, I’m unable to remove “About Me” in the Menu despite deleting it 
   from the Menu structure under appearance.
    Thanks.
 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-tag-line/#post-4667836)
 * I think the problem is the location where you put it. It needs to go inside the
   header tag, (below the logo, perhaps). Also, wrap it inside a heading or paragraph
   tag with a class so you can easily style it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding tag line’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/coller/2.0.5/screenshot.png)
 * Coller
 * [Support Threads](https://wordpress.org/support/theme/coller/)
 * [Active Topics](https://wordpress.org/support/theme/coller/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/coller/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/coller/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/adding-tag-line/#post-4667836)
 * Status: not resolved