Tag: plugin
-
A plugin to clear recalcitrant caches from inside WP Engine
We’re using WP Engine to host various clients, notably the Rolling Stones site, and we’ve been very pleased with both the service and the performance of their hosting platform. There’s always something though, isn’t there? I don’t think I’d really be happy if there wasn’t. In this case it’s the fact the Varnish caching layer…
-
Page load hooks in the WordPress admin area
There are a number of really handy hooks, each of which are specific to a page in the WordPress admin area. You can use these action hooks to enqueue scripts on particular pages, to process form requests, etc, etc. Despite these hooks being so handy, and despite using them a great deal, every time I…
-
Interspersing your post listing with date headers in WordPress
Update: OK, so at least one person wanted it as a plugin, so feel free to download Intermittent Date Headers. Here’s a code snippet that’s not really worth making into a plugin. It’s designed to put date headers into your main post listing page. As an example, you could end up with: Heading: March, 2008 Post: dated…