|
|
@@ -39,7 +39,7 @@ function bones_ahoy() {
|
|
|
// launching this stuff after theme setup
|
|
|
// add_action('after_setup_theme','bones_theme_support');
|
|
|
bones_theme_support();
|
|
|
-
|
|
|
+
|
|
|
// adding sidebars to Wordpress (these are created in functions.php)
|
|
|
add_action( 'widgets_init', 'bones_register_sidebars' );
|
|
|
// adding the bones search form (created in functions.php)
|
|
|
@@ -262,7 +262,7 @@ function bones_footer_links() {
|
|
|
function bones_main_nav_fallback() {
|
|
|
wp_page_menu( array(
|
|
|
'show_home' => true,
|
|
|
- 'menu_class' => 'nav footer-nav clearfix', // adding custom nav class
|
|
|
+ 'menu_class' => 'nav top-nav clearfix', // adding custom nav class
|
|
|
'include' => '',
|
|
|
'exclude' => '',
|
|
|
'echo' => true,
|