Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nfteam

    (@nfteam)

    Thank you for quick answer. Removing <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title> did the trick for me and is working with All in One SEO.

    I noticed that below code was added to 3.1.7 update, to make sure we have all pieces of code good I add it to our initialize.php file as well.

    /* Page title */
    if ( ! function_exists( ‘_wp_render_title_tag’ ) ) :
    function maskitto_light_render_title() { ?>
    <title><?php wp_title( ‘-‘, true, ‘right’ ); ?></title>
    <?php }
    add_action( ‘wp_head’, ‘maskitto_light_render_title’ );
    endif;

    Thread Starter nfteam

    (@nfteam)

    site is in testing mode on localhost. Any tips without looking in to code? I know it is hard but we are limited at this point.

Viewing 2 replies - 1 through 2 (of 2 total)