Bypassing the attachment.php file goes like this:
For many sites this is ideal, but if you want to just give people the file, and avoid having to create these attachment templates, then here’s a neat trick I cooked up on a recent project.
Extensive article by Jeff Starr on blacklisting via Apache’s mod_rewrite
With the imminent release of the next series of 4G blacklist articles here at Perishable Press, now is the perfect time to examine eight of the most commonly employed blacklisting methods achieved with Apache’s incredible rewrite module, mod_rewrite. In addition to facilitating site security, the techniques presented in this article will improve your understanding of the different rewrite methods available with mod_rewrite.
jQuery and WordPress, the proper way of combining both:
Inside of WordPress are several of JavaScript libraries available, you can use them easily and you don’t need an extra Theme or Plugins. Also, this is the recommended approach to enable libraries , so they won’t be loaded more than once. Some notes on these two topics can be found in the article Use JavaScript Libraries In And Of WordPress.
Justin Tadlock releases the much awaited 0.8 version of Hybrid
Hybrid 0.8 was made to work with WordPress 3.0, so a few extra days were needed to get everything perfect.
Let’s take a look at what version 0.8 has to offer. Skip to the end if you just want to get the download link for the new version.
Nice overview of Custom Post Types resources
The ability to create custom post types was a great feature added in WordPress 2.9 and then expanded in 3.0. It allows us to create completely different types of content than the standard “Pages” and “Posts” we’re all used to.
To get started with custom post types…