|

Add Attachments to WordPress Search Results

I feel like this has to have been done a lot, and there are great plugins out there for it, but if you’re just looking to add a quick function to your theme (or a really simple plugin) yourself, here’s how to modify WordPress’ search query to include attachments (like images). function attachment_search( $query ) { if ( $query->is_search ) {…

Workflow, Responsible Responsive Design, And More Friday Links

I have already come across a few things this morning that I’ve wanted to share out, so it seems a short blog post is in order! Profession Workflows & Best Practices | WPSessions: Brian over at WPSessions is hosting a free seminar on best practices for development and you shouldn’t miss it! It’s going to be a great learning opportunity for…

| |

Directory Handler at Theme Forest

I’m happy to announce my first Theme Forest component, Directory Handler. it’s a simple set of 2 classes that handle (in several ways) listing the contents of a directory. The main class, DirectoryHandler, includes several functions that: Get and/or print the entire contents of a directory Normalize the name of a file or directory (replace special characters with spaces) Return…