Category Archives: Featured
Extended Hiatus
I’ve been quite busy as of late and the reason being larger than project workload and more 9-5 job duties. I’m still developing with WordPress and learning new tricks that I hope to share soon, just need the time to … Continue reading
Passing Additional Parameters to a Filter
While working on project an interesting problem arose, needing to pass an additional parameter to a WordPress filter. Normally filters only allow for a set number of parameters, but the particular filter needed an additional parameter that could be passed … Continue reading
Creating Helpful 404 Pages
While a site owner usually tries to do everything imaginable to create a site without errors, the occasional 404 error will crop up from time to time. Instead of just telling the visitor the page was an error, and increasing … Continue reading
Include Custom Post Type Templates From Plugin
While writing advanced plugins using custom post types sometimes it becomes necessary to completely take over the display of the particular custom post type display template. While using filters can work for most things sometimes a whole template must be … Continue reading
Cloud-Based Development Environment
Keeping development environments in sync between two locations can be challenging. One solution might be to switch to a cloud-based environment using DropBox. Netbeans is an IDE that works very well, as it has ftp/sftp support and git/svn integration. Netbeans … Continue reading
