Title: supress title
Last modified: August 21, 2016

---

# supress title

 *  Resolved [jconnelly220](https://wordpress.org/support/users/jconnelly220/)
 * (@jconnelly220)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/supress-title/)
 * Can someone tell me how to suppress the blog title?
    I use a header that contains
   the name already Thx

Viewing 1 replies (of 1 total)

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/supress-title/#post-5029527)
 * Open `header.php` and remove these lines:
 *     ```
       <div class="logo">
               	<a href="<?php echo esc_url( home_url() ); ?>" title="<?php bloginfo( 'title' ); ?>" class="logo-contents<?php ac_logo_class(); ?>"><?php ac_get_logo(); ?></a>
                   <?php
       				// Ads variables - Options Panel
       				$ad728_show = of_get_option( 'ac_ad728_show' );
       				$ad728_code =  of_get_option( 'ac_ad728_code' );
   
       				if ( $ad728_code == '' ) :
       			?>
                   <h2 class="description"><?php bloginfo( 'description' ); ?></h2>
                   <?php endif; ?>
               </div><!-- END .logo -->
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘supress title’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/supress-title/#post-5029527)
 * Status: resolved