From 2c0fe600afabb154a27c8feee20c6865dfb20120 Mon Sep 17 00:00:00 2001 From: lithrel Date: Fri, 13 May 2022 10:38:23 +0100 Subject: [PATCH] Remove tags search Remove tags in search template --- templates/search.twig | 59 ------------------------------------------- 1 file changed, 59 deletions(-) diff --git a/templates/search.twig b/templates/search.twig index 1f149bcf4b..52c877c949 100644 --- a/templates/search.twig +++ b/templates/search.twig @@ -165,37 +165,6 @@ {% endif %} -
- {% if ( tags|length > 0 ) %} -
- - {{ __( 'Campaign', 'planet4-master-theme' ) }} - -
-
    - {% for tag in tags %} - {% if ( tag.results > 0 ) %} -
  • - -
  • - {% endif %} - {% endfor %} -
-
-
- {% endif %} -
@@ -251,34 +220,6 @@
{% endif %} - {% if ( tags|length > 0 ) %} -
- -
-
    - {% for tag in tags %} - {% if ( tag.results > 0 ) %} -
  • - -
  • - {% endif %} - {% endfor %} -
-
-
- {% endif %} {% if ( post_types|length > 0 ) %}