'' . __('expand child menu', 'azul-silver') . '', 'collapse' => '' . __('collapse child menu', 'azul-silver') . '', )); if (is_singular() && comments_open() && get_option('thread_comments')) { wp_enqueue_script('comment-reply'); } } add_action('wp_enqueue_scripts', 'azul_silver_enqueue_scripts_setup'); /* ================================================================================================ 3.0 - Theme Setup ================================================================================================ */ function azul_silver_theme_setup() { // Enable and activate add theme support (title tag) for Azul Silver. add_theme_support('title-tag'); // Enable and activate add theme support (automatica feed links) for Azul Silver. add_theme_support('automatic-feed-links'); // Enable and activate add theme support (html5) for Azul Silver. add_theme_support('html5', array( 'comment-list', 'comment-form', 'search-form', 'caption' )); // Enable and activate custom background for Azul Silver. add_theme_support('custom-background', array( 'default' => '999999', )); // Enable and activate Feature Images for Azul Silver. add_theme_support('post-thumbnails'); add_image_size('azul-silver-banner', 680, 211, true); // Enable and activate Navigation for Azul Silver. register_nav_menus(array( 'primary-navigation' => esc_html__('Primary Navigation', 'azul-silver'), )); } add_action('after_setup_theme', 'azul_silver_theme_setup'); /* ================================================================================================ 4.0 - Register Sidebars ================================================================================================ */ function azul_silver_register_sidebars_setup() { register_sidebar(array( 'name' => __('Primary Sidebar', 'azul-silver'), 'id' => 'primary', 'before_widget' => '', 'before_title' => '