'', // background image default 'default-color' => 'ffffff', // background color default (dont add the #) 'wp-head-callback' => '_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '' ) ); add_theme_support('automatic-feed-links'); add_theme_support( 'title-tag' ); add_theme_support( 'menus' ); add_theme_support( 'custom-logo' ); register_nav_menus( array( 'main-nav' => __( 'Main Nav', 'caffeine' ), 'footer-nav' => __( 'Footer Nav', 'caffeine' ), 'social-nav' => __( 'Social Media Links', 'caffeine' ), ) ); } /** * load theme styles inside wysiwyg editor */ add_action( 'admin_init', 'caffeine_editor_styles' ); function caffeine_editor_styles() { add_editor_style( 'caffeine-editor-style.css' ); } /** * post nav */ function caffeine_paging_nav() { global $wp_query; // Don't print empty markup if there's only one page. if ( $wp_query->max_num_pages < 2 ) return; ?>
>
comment_approved == '0') : ?>

%1$s %2$s', 'caffeine' ), get_comment_author_link(), edit_comment_link(__( '(Edit)', 'caffeine' ),' ','') ) ?>