I’m struggling theming the taxonomy-term page and since i’m not really getting anywhere, i now embedded two blocks (created with views) in my taxonomy-term.tpl.php. Now, that views is showing everything the way I want it, I don’t want the term page itself output its data. That’s why I’m trying codes like
<?php hide($content); ?>
But that won’t do the trick. How can I just show the Blocks from Views instead of the content taxonomy provides itself?
Thanks!