Code, Plugins, Talks, Technology, WordCamp, Wordpress
13 November 2009 3 Comments
This is cross posted from the WordCamp NYC site. This post will show up there at some point today.
Howdy, I’m Matt Martz. The majority of you probably know me as ’sivel’ and I will be doing two separate talks at WordCamp NYC on Saturday, one in the Advanced Plug-in Dev Track and one[...]
Code, CoolStuff, HowTo, PHP, Snippet, Wordpress
22 October 2009 8 Comments
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 covers the short comings of the other 2 by addressing how to let[...]
Code, CoolStuff, HowTo, PHP, Snippet, Wordpress
17 June 2009 3 Comments
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 wp-settings.php determines whether or not to put the blog into maintenance mode it checks[...]
Code, CoolStuff, HowTo, PHP, Snippet, Wordpress
9 June 2009 18 Comments
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 mode functionality since core upgrades were added, however I had never really looked into[...]
Code, PHP, Snippet, Wordpress
30 March 2009 1 Comment
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 you want to add a new link or remove a link we can[...]