Move Nav customizations into its own file

Considering the nav customization/cleanup code is fairly involved and
important, it shouldn't be hidden in the middle of cleanup.php
This commit is contained in:
Scott Walkinshaw
2012-10-03 13:44:35 -04:00
parent 15d67295aa
commit 3df8d9901e
5 changed files with 111 additions and 101 deletions

View File

@@ -59,6 +59,10 @@ This file runs the initial theme setup and defines helper constants for later us
This file is a placeholder for you to put in custom metaboxes. We recommend the use of [Custom Metaboxes and Fields for WordPress](https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress).
### nav.php
This file contains all the custom nav modifications (for Bootstrap) and cleanup.
### post-types.php
This file is a placeholder for you to put in [custom post types](http://codex.wordpress.org/Function_Reference/register_post_type) and [taxonomies](http://codex.wordpress.org/Function_Reference/register_taxonomy).