An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Blackbird Consulting](http://www.blackbirdconsult.com/images/blackbird_header_logo.jpg "Blackbird Consulting")

## 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