UCSC Communications Core Functionality Plugin
Core functionality plugin for UCSC WordPress sites
by UC Santa Cruz · github.com/herm71/ucsc-comm-core-functionality-plugin · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/herm71/ucsc-comm-core-functionality-plugin/archive/refs/heads/master.zipReadme

UC Santa Cruz WordPress Core Functionality Plugin
@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
Additional Scripts
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