'', // 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', 'auckland' ), 'footer-nav' => __( 'Footer Nav', 'auckland' ), 'social-nav' => __( 'Social Media Links', 'auckland' ), ) ); } /** * post nav */ function auckland_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', 'auckland' ), get_comment_author_link(), edit_comment_link(__( '(Edit)', 'auckland' ),' ','') ) ?>