Hi, How do I remove POPULAR TAGS block form the site?
1 answer
Go to this File: app\design\frontend\default\jm_kidsland\layouttag .xml
Replace this code
Code:
<reference name="left"> <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/> </reference>
with
Code:
<!--<reference name="left"> <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/> </reference>-->
I have commented it out the code.