Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    Hi Pete,

    I’ve installed Hueman and All in One SEO Pack and my home page title is showing correctly (not my latest post). What other plugins are you running? What are your settings for Use Original Title, Rewrite Titles, and Force Rewrites? What do you have set as the Home Title under All in One SEO, General Settings, Home Page Settings?

    This should be working for you, and it’s likely either wrong AIOSEOP settings or a plugin conflict, but you can use the following code to “hack” your home page title with All in One SEO Pack. This can be copy/pasted anywhere, for instance your theme’s functions.php.

    add_filter('aioseop_title','my_homepage_title_function');
    
    function my_homepage_title_function(){
    if (is_home()) return 'text here becomes homepage title';
    }
    Thread Starter Pete77w

    (@pete77w)

    Hello! well, oddly at first install it was working fine. It must been something I did or server error. I’m not sure. I set everything to default settings and deactivated all plugins and same result.

    BuddyPress
    BuddyPress Members only
    JCH Optimize
    Jetpack by WordPress.com
    Peter’s Login Redirect
    Remove Category URL

    The little hack will have to do for now(it works, thank you) until I figure what I’m doing wrong. Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘AIO is using latest blog post as my home title no matter what settings I try’ is closed to new replies.