'', // background image default 'default-color' => 'fafafa', // background color default (dont add the #) 'wp-head-callback' => '_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '' ) ); add_theme_support( 'custom-header', array( 'video' => true, 'video-active-callback' => true ) ); // rss thingy add_theme_support('automatic-feed-links'); // to add header image support go here: http://themble.com/support/adding-header-background-image-support/ // adding post format support add_theme_support( 'post-formats', array( 'video', // video 'audio', 'quote' ) ); register_nav_menus( array( 'main-nav' => __( 'The Main Menu', 'travel-notes' ), // main nav in header 'social-nav' => __( 'Social Links', 'travel-notes' ), /*'footer-links' => __( 'Footer Links', 'travel-notes' ) // secondary nav in footer*/ ) ); add_theme_support( 'title-tag' ); add_theme_support( 'custom-logo' ); } /* end travel_notes theme support */ /********************* RELATED POSTS FUNCTION *********************/ // Related Posts Function (call using travel_notes_related_posts(); ) function travel_notes_related_posts() { echo '