Sort your posts by tags, and view them in the separate page from your blog – this is one great feature of Tumblr themes, but on some themes the page doesn't seem to show up as the main page. This is how we designed, and not a bug! As we love how our users customize their themes, we decided to build a simple script that disables this.
The Javascript
Place this code before </head>, or </body> in your theme code. If your theme supports a custom javascript input, place it there.
<script>if(window.location.href.indexOf("tagged") > -1) {document.getElementById("ind").classList.remove("this-is-tag");</script>
Have any questions? Feel free to comment!