Title: Tagline
Last modified: August 21, 2016

---

# Tagline

 *  [FilipWaegemans](https://wordpress.org/support/users/filipwaegemans/)
 * (@filipwaegemans)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/tagline-12/)
 * Does anybody now how to make the tagline visible in the header? Or is a pro version
   function?

Viewing 1 replies (of 1 total)

 *  Theme Author [Towfiq I. (Brave)](https://wordpress.org/support/users/tislam100/)
 * (@tislam100)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/tagline-12/#post-4494770)
 * Open up head4.php and replace this:
 *     ```
       <?php if ( is_home() ) { ?>
                   <h1><a href="<?php echo esc_url( home_url( '/' ) );?>"><?php bloginfo('name'); ?></a></h1>
                   <?php }else{ ?>
                   <h2><a href="<?php echo esc_url( home_url( '/' ) );?>"><?php bloginfo('name'); ?></a></h2>
                   <?php } ?>
       ```
   
 * with this:
 *     ```
       <?php if ( is_home() ) { ?>
                   <h1><a href="<?php echo esc_url( home_url( '/' ) );?>"><?php bloginfo('name'); ?></a></h1>
       <div class="desc"><?php bloginfo('description')?></div>
                   <?php }else{ ?>
                   <h2><a href="<?php echo esc_url( home_url( '/' ) );?>"><?php bloginfo('name'); ?></a></h2>
       <div class="desc"><?php bloginfo('description')?></div>
                   <?php } ?>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Tagline’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/asteria-lite/1.0.3/screenshot.
   png)
 * Asteria Lite
 * [Support Threads](https://wordpress.org/support/theme/asteria-lite/)
 * [Active Topics](https://wordpress.org/support/theme/asteria-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/asteria-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/asteria-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Towfiq I. (Brave)](https://wordpress.org/support/users/tislam100/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/tagline-12/#post-4494770)
 * Status: not resolved