Best practice for including plugins as part of a theme?
If you plan to release them independently, then release them independently and try to get them both hosted in the WP repository. This will allow you to update the systems remotely and keep people using the most up-to-date system possible. Then, in your theme, use is_plugin_active() to filter your commands. If you have a theme … Read more