Tag Archives: How To

Tutorial Video for TDO Mini Forms!

A guy called Court has put together a video tutorial and article on using TDO Mini Forms, my free WordPress plugin. The video is pretty good too as it shows you how to create a submission form and an edit form. I think I may be adding a link to this on the FAQ! As […]

Modifying the WordPress query in your theme without breaking plugins

In the WordPress codex, it explains how to modify what posts are in the loop by modifying the WordPress Query object. However there is a catch with this, because by using rewind_posts() for example, you are generating a brand new query to the database that doesn’t trigger plugins. Specifically this came up when creating the […]