Title: header message!
Last modified: August 21, 2016

---

# header message!

 *  Resolved [despina.mina](https://wordpress.org/support/users/despinamina/)
 * (@despinamina)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/header-message-1/)
 * hi,how can i remove a message “Continue reading” that appears at the top of the
   header?

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

 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/header-message-1/#post-4384463)
 * Please send me the link to your website. There should not be any “Continue reading”
   message in header. You can check if you have not some text widget in “Home page
   slideshow” or “Header icons” widget areas in “Appearance > Widgets”, which could
   cause this problem.
 *  Thread Starter [despina.mina](https://wordpress.org/support/users/despinamina/)
 * (@despinamina)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/header-message-1/#post-4384471)
 * thank you,there is not nothing at the home page slideshow except the cyclone 
   slider widget.
    The home page not appears the message,the others have the problem.
   A page is [http://www.titaneconomist.gr/e%CF%80%CE%B9%CE%BA%CE%BF%CE%B9%CE%BD%CF%89%CE%BD%CE%B9%CE%B1/](http://www.titaneconomist.gr/e%CF%80%CE%B9%CE%BA%CE%BF%CE%B9%CE%BD%CF%89%CE%BD%CE%B9%CE%B1/)
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/header-message-1/#post-4384476)
 * I found that displaying “Continue reading” message in header is caused by conflict
   with plugin WordPress SEO by Joast. To fix it, please delete the following code
   from functions.php (located in wp-content/themes/visitpress on your web server,
   or you can edit it using “Appearance > Editor” panel in your WordPress administration):
 *     ```
       /**
        * Place the "Continue reading" link in the excerpt.
        *
       */
        function visitpress_new_excerpt_more($more) {
              global $post;
       	return '...<br /><a href="'. get_permalink($post->ID) . '">'. _e( 'Continue reading', 'visitpress' ). '</a> >';
       }
       add_filter('excerpt_more', 'visitpress_new_excerpt_more');
       ```
   
 *  Thread Starter [despina.mina](https://wordpress.org/support/users/despinamina/)
 * (@despinamina)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/header-message-1/#post-4384479)
 * thank you so much!It’s worked!

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

The topic ‘header message!’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [despina.mina](https://wordpress.org/support/users/despinamina/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/header-message-1/#post-4384479)
 * Status: resolved