Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Joost de Valk

    (@joostdevalk)

    That’s either a wrong setting in your title template (check under SEO -> Titles), or something’s wrong with your header.php file…

    Thread Starter monitor

    (@oomskaap)

    Do you have any idea what might cause it?

    <head profile="https://gmpg.org/xfn/11">
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <title><?php if ( is_home() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;<?php bloginfo('description'); ?><?php } ?>
    <?php if ( is_single() ) { ?><?php wp_title(''); ?><?php } ?>
    <?php if ( is_category() ) { ?><?php single_cat_title(); ?>Cases and Covers for <?php } ?>
    <?php if ( is_page() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;<?php wp_title(''); ?><?php } ?>
    <?php if ( is_search() ) { ?><?php bloginfo('name'); ?>&nbsp;|&nbsp;Search Results<?php } ?>
    </title>
    <!-- meta tags -->
    <?php if (is_single() || is_page() ) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <meta name="description" content="<?php the_excerpt_rss(); ?>" />
    <?php endwhile; endif; elseif(is_home()) : ?>
    <meta name="description" content="<?php bloginfo('description'); ?>" />
    <meta name="keywords" content="some,website,keywords" /><?php endif; ?>
    <?php wp_head(); ?>
    <?php if (is_archive() && ($paged > 1) && ($paged < $wp_query->max_num_pages)) { ?>
    <?php } ?>
    </head>
    Thread Starter monitor

    (@oomskaap)

    i just removed “forced titles’ and now it seems to be ok. But when i remove the forced titles, i do not have that “<!– This site is optimized with the Yoast WordPress SEO plugin” snippit in the html anymore. So i wasn’t sure the plugin is active.

    Plugin Contributor Joost de Valk

    (@joostdevalk)

    That’s weird, does your theme contain wp_head() in the header.php file?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WordPress SEO by Yoast] how to remove the "1/20 " page number listing from showi’ is closed to new replies.