• I’m using WordPress SEO v0.1.3.

    My RSS feed title is appearing like so:

    Blog nameFeed title

    This has only happened since I started using the plugin – is there a way to separate the Blog name and Feed title, or set a rule such as:

    if (is_feed) {
        do_special_title();
    } else {
        wp_title('');
    }

    Thanks

  • The topic ‘WordPress SEO plugin – RSS feed title’ is closed to new replies.