__( 'Primary Navigation', 'basically' ), 'secondary' => __( 'Secondary Navigation', 'basically' ) ) ); ################################################################################ // Add theme sidebars ################################################################################ if (function_exists('register_sidebar')) { register_sidebar(array( 'id' => 'sidebar-1', 'name' => __( 'Sidebar', 'basically' ), 'description' => __( 'This sidebar appears on the right side of your site', 'basically' ), 'before_title' => '
', 'after_title' => '
', )); register_sidebar(array( 'id' => 'footer-1', 'name' => __( 'Footer 1', 'basically' ), 'description' => __( 'This sidebar appears on the footer of your site', 'basically' ), 'before_title' => '
', 'after_title' => '
', )); register_sidebar(array( 'id' => 'footer-2', 'name' => __( 'Footer 2', 'basically' ), 'description' => __( 'This sidebar appears on the footer of your site', 'basically' ), 'before_title' => '
', 'after_title' => '
', )); register_sidebar(array( 'id' => 'footer-3', 'name' => __( 'Footer 3', 'basically' ), 'description' => __( 'This sidebar appears on the footer of your site', 'basically' ), 'before_title' => '
', 'after_title' => '
', )); register_sidebar(array( 'id' => 'footer-4', 'name' => __( 'Footer 4', 'basically' ), 'description' => __( 'This sidebar appears on the footer of your site', 'basically' ), 'before_title' => '
', 'after_title' => '
', )); } ################################################################################ // Add Custom Header Functions ################################################################################ define('HEADER_TEXTCOLOR', ''); define('HEADER_IMAGE', '%s/images/header.png'); // %s is theme dir uri define('HEADER_IMAGE_WIDTH', 950); define('HEADER_IMAGE_HEIGHT', 135); define('NO_HEADER_TEXT', true ); function Basically_admin_header_style() { ?> Posted by %3$s - %5$s - Posted in: %7$s - Permalink', 'basically'), get_author_posts_url( get_the_author_meta( 'ID' ) ), esc_attr( sprintf( __( 'View all posts by %s', 'basically' ), get_the_author() ) ), get_the_author(), esc_attr( get_the_time() ), esc_attr( get_the_date() ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list(', '), esc_url( get_permalink() ), esc_attr( sprintf( __( 'Permalink to %s', 'basically' ), the_title_attribute( 'echo=0' ) ) ) ); } endif; ?>