• Hi –

    I installed the update AIOSEO 2.02 and the homepage tile has reverted to a title from a long time ago. Any help?

    https://www.tmba.tv

    I have defined this as the home title:

    TMBA, Inc. | Animation Studio New York NY | Broadcast Animation | 3d Animator | Medical Animation | 3d Animation | Trial Graphics

    Thanks,
    Tim

    header.php

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title>
    <?php
    if ( is_single() ) {
    wp_title(”); echo (‘ – ‘); bloginfo(‘name’);
    } else if ( is_home() ) {
    bloginfo(‘name’);
    } else if ( is_page() || is_paged() ) {
    bloginfo(‘name’); wp_title(‘ – ‘);
    } else if ( is_archive() ) {
    bloginfo(‘name’); echo (‘ – Archive for ‘); wp_title(”);
    } else if ( is_search() ) {
    bloginfo(‘name’); echo (‘ – Search Results’);
    } else if ( is_404() ) {
    bloginfo(‘name’); echo (‘ – 404 Error (Page Not Found)’);
    } else
    wp_title(”,true);
    ?>
    </title>
    <?php
    if(get_option(‘wpr_seo_enable’) && is_home()) {
    $description = get_settings(‘wpr_seo_home_desc’);
    $keywords = get_settings(‘wpr_seo_home_key’);
    } else {
    if(is_single()) {
    $description = trim(wp_title(”, false));
    $keywords = trim(wp_title(”, false));
    } else {
    $description = get_bloginfo(‘description’);
    $keywords = get_bloginfo(‘description’);
    }
    [more]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘HOMEPAGE title – AIOSEO Not Working’ is closed to new replies.