WpCode.net

Daily Wordpress Code Snippet

June 19, 2011
by Pigi
0 comments

How to rewrite permalink automatically

Kevin Chard from Wpsnipp has written this great snippet (that i use too on wpcode so double thanks) that automatically rewrite article’s permalink.

This code exclude words with less than 4 letters and replace it with a “-”. This snippet improve your seo, you just need to paste the following code in a white line of your function.php file.

Thanks again Kevin Continue reading