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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user