id like to use permalink tag my permalink are now going from
/%postname%/
to
/%year%/%monthnum%/%day%/%category%/%postname%/
Is there a way to do a bulk redirect 301? i dont find any plugin using the % tag…
]]>I suggest trying to edit your .htaccess file from the root folder via FTP, if you are comfortable doing that.
Add this code:
Redirect 301 /old-page.html https://www.example.com/new-page.html
Just replace the “old-page”.html with the your posts page and the “new-page.html” with the one you want all of those posts redirected to.
Hope this helps.
]]>Redirect 301 /%postname%/ https://www.tvqc.com/%year%/%monthnum%/%day%/%category%/%postname%/
]]>