__( 'Primary Menu', 'fictive' ), 'social' => __( 'Social Links', 'fictive' ), ) ); // Enable support for Post Formats. add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', 'audio', 'gallery', 'status' ) ); // Setup the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'fictive_custom_background_args', array( 'default-color' => 'efedea', ) ) ); // Enable support for HTML5 markup. add_theme_support( 'html5', array( 'comment-list', 'search-form', 'comment-form', 'gallery', ) ); /** * Add support for Eventbrite. * See: https://wordpress.org/plugins/eventbrite-api/ */ add_theme_support( 'eventbrite' ); } endif; // fictive_setup add_action( 'after_setup_theme', 'fictive_setup' ); /** * Register widgetized area and update sidebar with default widgets. */ function fictive_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar', 'fictive' ), 'id' => 'sidebar-1', 'before_widget' => '', 'before_title' => '