|
|
@@ -11,9 +11,6 @@ sidebars, comments, ect.
|
|
|
// LOAD BONES CORE (if you remove this, the theme will break)
|
|
|
require_once( 'library/bones.php' );
|
|
|
|
|
|
-// USE THIS TEMPLATE TO CREATE CUSTOM POST TYPES EASILY
|
|
|
-require_once( 'library/custom-post-type.php' );
|
|
|
-
|
|
|
// CUSTOMIZE THE WORDPRESS ADMIN (off by default)
|
|
|
// require_once( 'library/admin.php' );
|
|
|
|
|
|
@@ -30,6 +27,9 @@ function bones_ahoy() {
|
|
|
// let's get language support going, if you need it
|
|
|
load_theme_textdomain( 'bonestheme', get_template_directory() . '/library/translation' );
|
|
|
|
|
|
+ // USE THIS TEMPLATE TO CREATE CUSTOM POST TYPES EASILY
|
|
|
+ require_once( 'library/custom-post-type.php' );
|
|
|
+
|
|
|
// launching operation cleanup
|
|
|
add_action( 'init', 'bones_head_cleanup' );
|
|
|
// A better title
|