| bio | website | joostschuur.com |
|---|---|---|
| location | London, United Kingdom | |
| age | 41 | |
| visits | member for | 2 years, 9 months |
| seen | Mar 15 at 16:27 | |
| stats | profile views | 5 |
Geeky and quirky video game services product manager.
Current programming crush: Ruby on Rails.
Twitter: @joostschuur
|
Jul 20 |
comment |
Filtering out specific post formats from certain pages This sounds like what I needed, Chip. I'll experiment with this shortly. I've seen plugins that allow you to exclude widets from certain templates through UI alone, and thought there might be similar filter hooks in place in other parts of the engine that allowed this kind of behavior for post formats too. I'll accept the answer here if nobody else points out a plugin based solution in the next few days. |
|
Sep 1 |
comment |
Configuring Routing Rules for WordPress+Nginx and WP-SuperCache? The first link in Mike's response, straight from the SuperCache author is what you're looking for. Under Step 6), starting with '# if the requested file exists, return it immediately' are the rewrite rules to access the cached files from disk directly if they exist. This even bypasses WordPress entirely for static, cached content. |