Is there any way I can remove the tag list from the left of the blog. I generally add quite a lot and it just clutters the page.
Thanks
Phil
Remove tags from blog
6 posts from 2 voices-
Posted 1 year ago #
-
Hey,
open up includes/loop-index.php and remove following code:
if(has_tag()) { echo '<span class="blog-tags minor-meta">'; echo the_tags('<strong>'.__('Tags: ','avia_framework').'</strong><span>'); echo '</span></span>'; }Posted 1 year ago # -
works a treat, thanks - is there somewhere I could apply this to do the same thing on the archived items?
Posted 1 year ago # -
Open up includes/loop-archive.php and remove the same code :)
Posted 1 year ago # -
Magic!! Thanks again
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














