• Resolved explorersg

    (@explorersg)


    Hi,

    The “Title Prefix Options” is not working for my site.
    Even adding codes to my functions.php to remove the “archives” from my page title is also not working. Seems that there is a conflict. ANy idea if it is a common issue?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hello!

    It’s possible you don’t see the options updating instantly because of a caching plugin. See if clearing all caches after changing the options help.

    This filter should force-disable the prefixes:

    add_filter( 'the_seo_framework_use_archive_prefix', '__return_false' );
    

    After inspecting your website, I’ve confidently ruled out all other known causes (like outdated title tags).

    Thread Starter explorersg

    (@explorersg)

    I’ve already purged all caches but to no avail.

    However, the filter worked! Thanks a lot for the help. This is my third site using TSF. Awesome plugin you have here!

    Cheers and have an awesome day ahead!

    Plugin Author Sybre Waaijer

    (@cybr)

    Thank you!

    I’ll keep an eye out on similar reports, and look into the cause of this issue once I have enough information.

    You too have an awesome day 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Title Prefix Options not working?’ is closed to new replies.