• Hi.

    Is there’s a way to correctly display results when I’ve changed the permalinks structure for the “Tag base”?
    For my website I want to replace “tag” in the slug by “theme”, but when I’m doing that in the WP settings, all works fine except “Search & Filter” who continue to display my results by keeping the old slug “tag” :(…
    Is it “hardcoded” ? What is the solution to “refresh” the permalinks structure for Search & Filter?

    TIA.

    Amicably,

    Pierre.

Viewing 4 replies - 1 through 4 (of 4 total)
  • hi pierre, the same problem for me. do you have any progress on this topic?

    thanks
    hugo

    I added those lines to .htaccess and it looks fine now.

    # BEGIN
    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^tag/(.*)$ /mytagbase/$1 [R=301,NC,L]
    # END
    Thread Starter Pierre_02

    (@pierre_02)

    Hi hugo2b ?? !

    Un corse de Bastia ?? ?! Thanks for the tips ?? !!

    Amicably,

    Pierre.

    Nan nan… c’est juste une particule! Mais je suis des montagnes aussi, plus du c?té des alpes ??

    Let us know if it works for you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display results with permalinks changed for “Tag base”’ is closed to new replies.