From 3d28a6134a88a31b647967dcb30e53bafc8facfa Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Fri, 22 Jul 2022 14:19:09 +0200 Subject: [PATCH] removed short code hardcoded in plugin --- includes/hangar-tags-and-pages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/hangar-tags-and-pages.php b/includes/hangar-tags-and-pages.php index cf08a30..a54f1ce 100644 --- a/includes/hangar-tags-and-pages.php +++ b/includes/hangar-tags-and-pages.php @@ -90,7 +90,7 @@ if( ! function_exists('hangar_show_categoriced') ){ echo $post->post_name . '
'; } }); - echo do_shortcode('[hangar-catlist category=5]'); + //echo do_shortcode('[hangar-catlist category=5]'); } } if( ! function_exists('hangar_show_tagged') ){ @@ -104,6 +104,6 @@ if( ! function_exists('hangar_show_tagged') ){ echo $post->post_name . '
'; } }); - echo do_shortcode('[hangar-taglist tag=5]'); + //echo do_shortcode('[hangar-taglist tag=5]'); } }