• evanvar

    (@evanvar)


    Here is the solution for my graphic design website.

    Replace your title in Header.php with this one.

    <title><?php if ( is_home() ) { bloginfo(‘name’); echo(‘ | ‘); bloginfo(‘description’); } else { wp_title(”,true); echo(‘ | ‘); bloginfo(‘name’); } ?></title>

    then if you see any duplicates or anything

    Go through General Settings and make sure of the following.

    Name of the website should be your websites name EX: SmokingDesigners
    Tag line (description): Inspiration Graphics and Web Design

    So when you visit my homepage you will see this in the browser

    -> SmokingDesigners | Inspiration Graphics and Web Design

    But when you visit my pages you ll see

    -> About | SmokingDesigners

    I think this tip will save lots of people 😀

    Have fun everyone 😉

    http://wordpress.org/extend/plugins/wordpress-seo/

  • The topic ‘[Plugin: WordPress SEO by Yoast] [SOLVED] Blog Title not Showing On Posts and Pages’ is closed to new replies.