'' . __('expand child menu', 'amity') . '', 'collapse' => '' . __('collapse child menu', 'amity') . '', )); if (is_singular() && comments_open() && get_option('thread_comments')) { wp_enqueue_script('comment-reply'); } } add_action('wp_enqueue_scripts', 'amity_enqueue_scripts_setup'); /* ================================================================================================ 3.0 - Theme Setup ================================================================================================ */ function amity_theme_setup() { // Enable and Activate Add Theme Support (Title Tag) for Amity. add_theme_support('title-tag'); // Enable and Activate Add Theme Support (Automatic Feed Links) for Amity. add_theme_support('automatic-feed-links'); add_theme_support('html5', array( 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption' )); // Enable and Activate Navigation Menus for Amity. register_nav_menus(array( 'primary-navigation' => esc_html__('Primary Navigation', 'amity'), )); // Enable and Activate Custom Background for Amity. add_theme_support('custom-background'); // Enable and Activate Featured Image for Amity. add_theme_support('post-thumbnails'); } add_action('after_setup_theme', 'amity_theme_setup'); /* ================================================================================================ 4.0 - Register Sidebars ================================================================================================ */ function amity_register_sidebars_setup() { register_sidebar(array( 'name' => __('Primary Sidebar', 'amity'), 'description' => __('When using the Primary Sidebar, widgets will display in the Posts section.', 'amity'), 'id' => 'primary-sidebar', 'before_widget' => '', 'before_title' => '