if (!function_exists('newslight_theme_enqueue_styles')) { add_action('wp_enqueue_scripts', 'newslight_theme_enqueue_styles'); function newslight_theme_enqueue_styles() { $min = defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ? '' : '.min'; $newslight_version = wp_get_theme()->get('Version'); $parent_style = 'morenews-style'; // Enqueue Parent and Child Theme Styles wp_enqueue_style('bootstrap', get_template_directory_uri() . '/assets/bootstrap/css/bootstrap' . $min . '.css', array(), $newslight_version); wp_enqueue_style($parent_style, get_template_directory_uri() . '/style' . $min . '.css', array(), $newslight_version); wp_enqueue_style( 'newslight', get_stylesheet_directory_uri() . '/style.css', array('bootstrap', $parent_style), $newslight_version ); // Enqueue RTL Styles if the site is in RTL mode if (is_rtl()) { wp_enqueue_style( 'morenews-rtl', get_template_directory_uri() . '/rtl.css', array($parent_style), $newslight_version ); } } } // Set up the WordPress core custom background feature. add_theme_support('custom-background', apply_filters('morenews_custom_background_args', array( 'default-color' => 'f5f5f5', 'default-image' => '', ))); function newslight_filter_default_theme_options($defaults) { $defaults['site_title_font_size'] = 81; $defaults['site_title_uppercase'] = 0; $defaults['select_header_image_mode'] = 'above'; $defaults['show_primary_menu_desc'] = 0; $defaults['show_popular_tags_section'] = 1; $defaults['select_popular_tags_mode'] = 'category'; $defaults['flash_news_title'] = __('Breaking News', 'newslight'); $defaults['select_main_banner_layout_section'] = 'layout-1'; $defaults['select_main_banner_order'] = 'order-1'; $defaults['aft_custom_title'] = __('Watch', 'newslight'); $defaults['secondary_color'] = '#002868'; $defaults['global_show_min_read'] = 'no'; $defaults['select_update_post_filterby'] = 'cat'; $defaults['frontpage_content_type'] = 'frontpage-widgets-and-content'; $defaults['featured_news_section_title'] = __('Featured News', 'newslight'); $defaults['show_featured_post_list_section'] = 1; $defaults['featured_post_list_section_title_1'] = __('General News', 'newslight'); $defaults['featured_post_list_section_title_2'] = __('Global News', 'newslight'); $defaults['featured_post_list_section_title_3'] = __('More News', 'newslight'); $defaults['single_related_posts_title'] = __( 'Related News', 'newslight' ); return $defaults; } add_filter('morenews_filter_default_theme_options', 'newslight_filter_default_theme_options', 1); 50% of Ethiopia’s Out-of-School Children Are from Amhara as Government Faces Mounting Criticism - Amanuel Denekew
March 9, 2026

Leave a Reply

Your email address will not be published. Required fields are marked *