From ef4e6d98d15827f8b3049222bc5f05640070d79f Mon Sep 17 00:00:00 2001 From: Sakarrr Date: Thu, 27 Jul 2023 11:58:23 +0545 Subject: [PATCH 1/4] Remove - Extra premium option from TG:Featured Posts (Style 1) --- inc/widgets/colormag-featured-posts-widget.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/widgets/colormag-featured-posts-widget.php b/inc/widgets/colormag-featured-posts-widget.php index a1902fa6..cad5780c 100644 --- a/inc/widgets/colormag-featured-posts-widget.php +++ b/inc/widgets/colormag-featured-posts-widget.php @@ -56,8 +56,6 @@ public function __construct() { 'choices' => array( 'latest' => esc_html__( 'Show latest Posts', 'colormag' ), 'category' => esc_html__( 'Show posts from a category', 'colormag' ), - 'tag' => esc_html__( 'Show posts from a tag', 'colormag' ), - 'author' => esc_html__( 'Show posts from an author', 'colormag' ), ), ), 'category' => array( From 2fa8a75ce6295eb0b91c59f8986da84801204831 Mon Sep 17 00:00:00 2001 From: Sakarrr Date: Thu, 27 Jul 2023 12:00:09 +0545 Subject: [PATCH 2/4] Remove - Extra premium option from TG:Featured Posts (Style 2) --- inc/widgets/colormag-featured-posts-vertical-widget.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/widgets/colormag-featured-posts-vertical-widget.php b/inc/widgets/colormag-featured-posts-vertical-widget.php index e9c1d9ab..41703335 100644 --- a/inc/widgets/colormag-featured-posts-vertical-widget.php +++ b/inc/widgets/colormag-featured-posts-vertical-widget.php @@ -56,8 +56,6 @@ public function __construct() { 'choices' => array( 'latest' => esc_html__( 'Show latest Posts', 'colormag' ), 'category' => esc_html__( 'Show posts from a category', 'colormag' ), - 'tag' => esc_html__( 'Show posts from a tag', 'colormag' ), - 'author' => esc_html__( 'Show posts from an author', 'colormag' ), ), ), 'category' => array( From c7b7344fbc9281cfa41a0b02bffa473fca0b4ce1 Mon Sep 17 00:00:00 2001 From: Sakarrr Date: Thu, 27 Jul 2023 12:01:23 +0545 Subject: [PATCH 3/4] Remove - Extra premium option from TG:Featured Category Slider --- inc/widgets/colormag-featured-posts-slider-widget.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/widgets/colormag-featured-posts-slider-widget.php b/inc/widgets/colormag-featured-posts-slider-widget.php index 54dedc1b..7b5db475 100644 --- a/inc/widgets/colormag-featured-posts-slider-widget.php +++ b/inc/widgets/colormag-featured-posts-slider-widget.php @@ -41,8 +41,6 @@ public function __construct() { 'choices' => array( 'latest' => esc_html__( 'Show latest Posts', 'colormag' ), 'category' => esc_html__( 'Show posts from a category', 'colormag' ), - 'tag' => esc_html__( 'Show posts from a tag', 'colormag' ), - 'author' => esc_html__( 'Show posts from an author', 'colormag' ), ), ), 'category' => array( From 61c38ba36a9fbee471a1f5e756cb19c75ff2c967 Mon Sep 17 00:00:00 2001 From: Sakarrr Date: Thu, 27 Jul 2023 12:02:26 +0545 Subject: [PATCH 4/4] Remove - Extra premium option from TG: Highlighted Posts --- inc/widgets/colormag-highlighted-posts-widget.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/widgets/colormag-highlighted-posts-widget.php b/inc/widgets/colormag-highlighted-posts-widget.php index 9855a232..69aac91a 100644 --- a/inc/widgets/colormag-highlighted-posts-widget.php +++ b/inc/widgets/colormag-highlighted-posts-widget.php @@ -40,8 +40,6 @@ public function __construct() { 'choices' => array( 'latest' => esc_html__( 'Show latest Posts', 'colormag' ), 'category' => esc_html__( 'Show posts from a category', 'colormag' ), - 'tag' => esc_html__( 'Show posts from a tag', 'colormag' ), - 'author' => esc_html__( 'Show posts from an author', 'colormag' ), ), ), 'category' => array(