Creating a Site Specific Plugin in WordPress
Quick: how do you add a custom function into a theme. If you said 'add it to your functions.php file', then you would be correct. But is that really the best way to go about things? The Problem Let's say you've customized your site with some pretty fancy functions you've added in through the hooks and actions in WordPress. You're in the process of…