Forums

Greg’s High Performance SEO --> Homepage meta data (2 posts)

  1. iperez_genius
    Member
    Posted 2 years ago #

    How do i update my homepage meta data with this plugin...

    the posts meta data is working fine...

  2. JG99
    Member
    Posted 2 years ago #

    I have another question, thought I would continue with this thread rather than start a new one:

    In the instructions, it says to add this code to the header file between the title tags:

    <?php
    if (function_exists('ghpseo_output'))
        ghpseo_output('main_title');
    else wp_title('', true);
    ?>

    Here is my header file:

    <title><?php bloginfo('name');
    		if ( is_single() )
    			_e('&raquo; Blog Archive');
    		wp_title();
    	?></title>

    Where does the first section of code go? Does it go just between these two lines?

    <title><?php bloginfo('name');
    		if ( is_single() )
    			_e('&raquo; Blog Archive');
    		*/INSERT HERE?/*
                    wp_title();
    	?></title>

    Thank you for your help!

Topic Closed

This topic has been closed to new replies.

About this Topic