Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author TT Themes

    (@tomastoman)

    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

    (@despinamina)

    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 https://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

    (@tomastoman)

    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

    (@despinamina)

    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.