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]');
}
}