https://github.com/herm71/ucsc-comm-core-functionality-plugin
Core functionality plugin for UCSC WordPress sites
https://github.com/herm71/ucsc-comm-core-functionality-plugin
Last synced: about 1 month ago
JSON representation
Core functionality plugin for UCSC WordPress sites
- Host: GitHub
- URL: https://github.com/herm71/ucsc-comm-core-functionality-plugin
- Owner: Herm71
- Created: 2017-12-05T16:30:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T18:06:33.000Z (over 8 years ago)
- Last Synced: 2025-01-28T14:19:41.183Z (over 1 year ago)
- Language: PHP
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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](https://pantheon.io). Pantheon hosts their own Git repositories. Pantheon's Git repositories consist of the entire [WordPress](https://wordpress.org) install (minus ``/wp-content/uploads/`` directory, which can be synced using [rsync](https://rsync.samba.org/)).
While this configuration keeps all your code in one place, it makes it difficult to develop