If your sites theme happens to have a tag block that you don’t want shown, you can simply remove it by removing the following block of code in the theme:


If you’re trying to remove a tag block from a post page, follow the same instructions except you’ll want to remove the block of code beginning with {% if post.tags %} instead.