Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chuck Reynolds

    (@ryno267)

    1. are you using an seo plugin or not?

    2. same question

    3. is your theme doing something other than wp_title in the header.php?

    Thread Starter Pinto

    (@rfcapinto)

    1/2. not using an seo plugin

    3. here’s my theme header title
    <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' &raquo; '; } ?><?php bloginfo('name'); ?></title>

    Thanks for the quick reply.

    Plugin Contributor Andrew Ryno

    (@andrewryno)

    In 2.0 we changed the way we handle grabbing the titles and descriptions for pages. We are now grabbing whatever is outputted in your <title> tags when the page loads, so your title should reflect accurately what your theme displays. Let me know if it’s working for you. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Facebook Open Graph protocol] Version 1.6 adds blank spaces to title and is_home issues’ is closed to new replies.