Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.
/ WRC-Provost Public archive

Woman's research center theme based on Provost theme

Notifications You must be signed in to change notification settings

UCF/WRC-Provost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,249 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Wordpress Theme for UCF Marketing

Simple theme which includes some of the most common theme elements found in most of the WordPress sites we do. Includes mechanisms to easily add styles and scripts through the built-in wordpress functions.

Deployment

This theme relies on Twitter's Bootstrap framework. The Boostrap project (http://github.com/twitter/bootstrap) is added as submodule in static/bootstrap. To compile bootstrap:

  1. If this is a brand new clone, run git submodule update --init static/bootstrap
  2. Install the depenencies in the Developers section of the Boostrap README
  3. Checkout the latest tag of Bootstrap
  4. Run make bootstrap from the static/bootstrap directory

Development

Bootstrap

If you are making significant changes to Bootstrap (i.e. updating variables.less), create a branch on our Bootstrap branch to store the changes.

Custom Post Types

Custom post type definitions are located in custom-post-types.php. Each definition should inherit (eventually) from the abstract CustomPostType class. Register or unregister custom post types by modiyfing the $Config::custom_post_types array in function/config.php ~ line 114.

Custom Taxonomies

Similar organization to custom post types. Register a custom taxonomy with a custom post type by modifying the taxonomies array on the custom post type object.

About

Woman's research center theme based on Provost theme

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 87