• As soon as this plugin is enabled our title tags on normal posts (single.php) get wiped out where we use wp_title() to generate them.

    Steps to recreate
    Use wp_title() to create the title tag for a post

    Actual behaviour
    wp_title() no longer shows the article title

    Expected behaviour
    wp_title() should always give the article title.
    wp_title() should only be overridden with the category specific title tag on category pages.

    https://www.ads-software.com/plugins/categorytinymce/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kevin heath

    (@ypraise)

    Hi

    Thanks I’ll take another look at this.

    I did run a conditional for category listing so this should not happen though I have to admit I did have all in one SEO enabled so that may have hidden the issue during testing.

    thanks
    Kevin

    Plugin Author kevin heath

    (@ypraise)

    Hi

    are you using any meta description or keyword as well and is the plugin wiping those out.

    It would be useful to know if this is just affecting the title or not.

    thanks
    Kevin

    Thread Starter Sarah Pantry

    (@anigel)

    Thanks for the fast response, really wasn’t expecting that.

    Our meta is populated by SEO-Ultimate and that remains identical if this plugin is enabled or not.

    The only change to the page source when this plugin is enabled or disabled is the title where wp_title() has been overridden

    Plugin Author kevin heath

    (@ypraise)

    Hi

    I think the update should deal with the stripping of the title for single pages and still allow for overwriting by other seo plugins.

    It works with all in one seo – both activated and not activated.

    The only thing I’ve not been able to test it with and that is custom post types or custom taxonomies. I don’t use them so are not able to test against them.

    Can you let me know if the update solves your issues.

    thanks
    Kevin

    Plugin Author kevin heath

    (@ypraise)

    marking this as resolved as no replies added since updated file.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Stops wp_title working properly on posts’ is closed to new replies.