Category Archives: One Liner

WordPress One Liner to Customize Author Permalink Redeux

Nearly 2 years ago I wrote a one liner for someone in the WordPress IRC channel to change the author permalink structure. At the time I had not taken the time to really understand WP_Rewrite and as such didn’t understand … Continue reading

Posted in Code, One Liner, PHP, Snippet, WordPress | Leave a comment

WordPress One Liner to Remove Style Tags from Posts using [gallery] Shortcode

One of the biggest things that irritates me when using the [gallery] shortcode is that style tags are inserted into the post content. Why does this irritate me? Because this does not validate as XHTML 1.0. Luckily the fix is … Continue reading

Posted in Code, One Liner, PHP, Snippet, WordPress | 11 Comments

WordPress One Liner to Customize Author Permalink

Several people have asked me recently how to customize the author permalink from being /author/admin to something like /profile/admin. I have created a simple one line piece of code that you can drop in your themes functions.php to achieve this. … Continue reading

Posted in Code, One Liner, PHP, Snippet, WordPress | 9 Comments