__( 'Primary Menu', 'beardedllama' ), ) ); /** * Enable support for Post Formats */ add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) ); /** * Setup the WordPress core custom background feature. */ add_theme_support( 'custom-background', apply_filters( 'beardedllama_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); } endif; // beardedllama_setup add_action( 'after_setup_theme', 'beardedllama_setup' ); /** * Enqueue scripts and styles */ function beardedllama_scripts() { wp_enqueue_style( 'beardedllama-style', get_stylesheet_uri() ); wp_enqueue_script( 'beardedllama-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20120206', true ); wp_enqueue_script( 'beardedllama-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } if ( is_singular() && wp_attachment_is_image() ) { wp_enqueue_script( 'beardedllama-keyboard-image-navigation', get_template_directory_uri() . '/js/keyboard-image-navigation.js', array( 'jquery' ), '20120202' ); } } add_action( 'wp_enqueue_scripts', 'beardedllama_scripts' ); function beardedllama_widgets_init() { register_sidebar( array( 'name' => __( 'Footer', 'beardedllama' ), 'id' => 'fwbl', 'before_widget' => '
', 'before_title' => '