Category Archives: Snippet

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 Maintenance Mode Without a Plugin Part 3

A few months ago I wrote part 1 and part 2 of WordPress Maintenance Mode Without a Plugin. Part 1 covered the basics of using the .maintenance file, and part 2 covered styling the maintenance page using wp-content/maintenance.php. Part 3 … Continue reading

Posted in Code, CoolStuff, HowTo, PHP, Snippet, WordPress | 18 Comments

WordPress Maintenance Mode Without a Plugin Part 2

A few days ago I wrote a post about WordPress Maintenance Mode Without a Plugin. A common question that I got afterwards was whether or not the maintenance page could be styled. The answer, is yes it can be. After … Continue reading

Posted in Code, CoolStuff, HowTo, PHP, Snippet, WordPress | 7 Comments

WordPress Maintenance Mode Without a Plugin

Every so often someone asks a question in the WordPress IRC channel that sparks my interest, and in this case the core maintenance mode functionality was one of those questions. I’ve known for sometime that WordPress has it’s own maintenance … Continue reading

Posted in Code, CoolStuff, HowTo, PHP, Snippet, WordPress | 29 Comments

Adding Additional Links to the Output from wp_list_pages Part 2

Earlier this month I wrote about “Adding Additional Links to the Output from wp_list_pages”. I have recently realized that the process of adding new or additional links could be easier. Rather than manually editing the plugin or function every time … Continue reading

Posted in Code, PHP, Snippet, WordPress | 3 Comments