permalinks - Need to add trailing slash to all internal links relative and absolute

admin2025-04-20  1

i need to rewrite the url path of my href internal links. I got into my site relative and absolute links.

ex.

<a href="" 
<a href="/pippo"
<a href="/pippo/"

I need a php function to insert inside child theme that check if an href is internal links and check the last char of url path and then if there isn't as last char the '/' apply it to internal links.

Only inside the posts and pages.

This to avoid the huge 301 redirection quantity.

Thanks for your support.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745116366a285882.html

最新回复(0)