• sally

    (@sallyruchman)


    Hello,

    i installed the Seo Plugin V1.7, and defined the Ground Settings. For Pages i set the Title / Descriptions manual. If i check yet on Home / Pages, just the Description is shown, Title is not shown. If i check inside a Post, Title and Description are not shown.

    Can someone please give me advice, what i have to do to get this work?

    Thanks a Lot!
    Regards
    Sally

    Please see here my header.php

    <?php if ( ! isset( $_SESSION ) ) session_start(); ?>

    <!DOCTYPE html>

    <!–[if IE 6]>

    <html id=”ie6″ <?php language_attributes(); ?>>

    <![endif]–>

    <!–[if IE 7]>

    <html id=”ie7″ <?php language_attributes(); ?>>

    <![endif]–>

    <!–[if IE 8]>

    <html id=”ie8″ <?php language_attributes(); ?>>

    <![endif]–>

    <!–[if !(IE 6) | !(IE 7) | !(IE 8) ]><!–>

    <html <?php language_attributes(); ?>>

    <!–<![endif]–>

    <head>

    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />

    <?php do_action(‘wpseo_the_meta’); ?>

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php $template_directory_uri = get_template_directory_uri(); ?>

    <!–[if lt IE 9]>

    <script src=”<?php echo esc_url( $template_directory_uri . ‘/js/html5.js”‘ ); ?>” type=”text/javascript”></script>

    <![endif]–>

    <script type=”text/javascript”>

    document.documentElement.className = ‘js’;

    </script>

    <?php wp_head(); ?>

    </head>

    <body <?php body_class(); ?>>

    <div id=”page-container”>

    https://www.ads-software.com/plugins/wordpress-seo/

Viewing 1 replies (of 1 total)
  • Could you check header.php for the code between <title> and </title>? It should just read

    <title><?php wp_title(''); ?></title>

    and nothing else. If it’s something else, replace it.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Title / Description Posts and Pages’ is closed to new replies.