__('Primary Menu', 'byblos'), )); add_editor_style(''); // 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('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', 'gallery', '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'; define('OPTIONS_FRAMEWORK_DIRECTORY', get_template_directory_uri() . '/inc/'); //require_once dirname(__FILE__) . '/inc/options-framework.php'; require_once dirname(__FILE__) . '/inc/engine/byblos.php';