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

    (@cybr)

    Hi Nikodemsky,

    I think what you’re looking for is this, but it’s not implemented yet: https://github.com/sybrew/the-seo-framework/issues/445.

    But, if I read what you wrote correctly, I’d use filter the_seo_framework_query_supports_seo in your use case. Set that to false at action template_redirect priority 9 or lower, and TSF will stop managing titles, redirects, and metatags for the request.

    If you wish to keep using TSF’s processes to output metatags, then I recommend browsing TSF’s code to find more filters. Specifically, the render.class.php file contains all callbacks for meta tags. They will lead you to lower levels, which might give you more robust control.

    I hope this helps! Feel free to follow up for specifics.

    Thread Starter Nikodemsky

    (@nikodemsky)

    Fantastic! It’s all i needed, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Archive page meta workaround’ is closed to new replies.