Support #4026
closedAmmend current ArrasESA child theme
0%
Description
The ESA would like to add a custom post type to its commons site (http://gcenglish.commons.gc.cuny.edu).
We're currently using an Arras-based child-theme, so this would be simply an addition.
The functions from the functions.php file should be copy-and-pasted into to the current functions file in the child-theme directory and the template single-evaluation.php should be added to the child-theme directory.
I've tested the post in locally with the Arras theme and it works fine. It's a pretty simple addition of a custom post type and two custom taxonomies. So, it shouldn't make anything in the current child-theme work in weird ways.
Thanks!
Paul
Files
Updated by Boone Gorges over 9 years ago
- Category name set to WordPress Themes
- Status changed from New to Resolved
- Target version set to 1.7.20
In https://github.com/cuny-academic-commons/cac/commit/5bc165df75b35717b0dd9a9f1e40b1a627ef5ed7, I added the stuff in functions.php to the end of the existing functions.php file, and added the single-evaluation.php template. This will be available in our next release, on May 1.