@author UC Santa Cruz
@link http://www.blackbirdconsult.com/
@more https://github.com/Herm71/blackbird-core-functionality-plugin
This plugin can contain your site's core functionality. It contains the following library structure; however, it can be expanded greatly:
-
metaboxes.php -- for registering custom metaboxes
-
post-types.php -- for registering custom post types
-
shortcodes.php -- for writing custom shortcodes
-
sidebars.php -- for registering custom sidebars
-
taxonomies.php -- for custom taxonomies
UC Santa Cruz hosts WordPress and Drupal sites at Pantheon.io. Pantheon hosts their own Git repositories. Pantheon's Git repositories consist of the entire WordPress install (minus /wp-content/uploads/ directory, which can be synced using rsync).
While this configuration keeps all your code in one place, it makes it difficult to develop
