__( 'Header Menu' ) ) ); } add_action( 'init', 'register_my_menus' ); /*****************************************************************/ /* Page Titles Function */ /*****************************************************************/ function bliss_filter_wp_title($currenttitle, $sep, $seplocal) { $site_name = get_bloginfo('name'); $full_title = $site_name . $currenttitle; if (is_front_page() || is_home()) { $site_desc = get_bloginfo('description'); $full_title .= ' ' . $sep . ' ' . $site_desc; } return $full_title; } add_filter('wp_title', 'bliss_filter_wp_title', 10, 3); /*****************************************************************/ /* Sidebar (large footer) */ /*****************************************************************/ $bliss_sidebar_footer = array( 'name' => 'Footer', 'id' => 'footer', 'description' => 'Widget placed here will appear in the footer.', 'before_widget' => '
', 'before_title' => '