Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter tmasterson123

    (@tmasterson123)

    Thank you – However now the search engine is having trouble seeing my code results. Im using:

    <title>
    <?php if(is_front_page()) {
    echo  'Home - ' , bloginfo('name');
    }
    else {
    echo wp_title($sep = '') , ' - ' , bloginfo('name');
    }
    ?>
    </title>

    And when you google “pagg supplement” you only get to see ” – pAGG Supplement” for the home page instead of “Home – pAGG Supplement” for the home page as you see when you actually visit http://www.paggsupplement.com

    Thoughts?

Viewing 1 replies (of 1 total)