__('Primary Menu', 'byblos'), )); add_editor_style(''); // Setup the WordPress core custom background feature. add_theme_support('custom-background', apply_filters('byblos_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ))); // Enable support for HTML5 markup. add_theme_support('html5', array( 'comment-list', 'search-form', 'comment-form', 'caption', )); add_filter('widget_text', 'do_shortcode'); if( ! get_option('byblos') ) : add_option('byblos', byblos_get_options() ); endif; } endif; add_action('after_setup_theme', 'byblos_setup'); require get_template_directory() . '/inc/template-tags.php'; require get_template_directory() . '/inc/extras.php'; include_once get_template_directory() . '/inc/customizer.php'; require get_template_directory() . '/inc/jetpack.php'; require_once dirname(__FILE__) . '/inc/engine/byblos.php';