New Topic

Title handling

Home › Forum › Suggestions › Title handling

Tagged: , ,

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 5 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1180

    jbrinkmusic
    Participant

    I’m not sure if this is a bug or a feature but I’m wondering if this code in your functions.php (starting on line 104 in v.1.1.4) is really necessary:

    add_filter('wp_title', 'startup_filter_wp_title');
    function startup_filter_wp_title($title)
    {
    return $title . esc_attr(get_bloginfo('name'));
    }

    What it seems to do is add the name of the blog after every title even in the RSS feed and it causes unwanted scenarios where the RSS title can be “BlognameBlogname” or “Blogname » PagenameBlogname”. I suggest removing this functionality in a future update.

    As a side note, how often do these theme updates get pushed to WordPress? I know you have released the latest version (1.1.6) on October 10th but WordPress hasn’t suggested a theme update yet.

    #1181

    StartupWP
    Keymaster

    Yes, the issue appears to be present in even the demo (https://startupwp.com/demo/feed/) so we’ll definitely look into fixing this.

    For now, you might want to checkout an SEO plugin like:

    http://wordpress.org/plugins/all-in-one-seo-pack/

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

You must be logged in to reply to this topic.