I am wandering how to delete Community Poll or popular tag block like showing on this screen shot.
http://prntscr.com/7fjiho
which section should I modify??
Thank you
Satoru
1 answer
Hi
You go to app\design\frontend\default\jm_kidsland\layout\catalog.xml
Update code at the 50th line: (replace by code below)
<reference name=”left”>
to
<reference name=”left”>
<remove name=”tags_popular”/>
<remove name=”right.poll”/>
Best regards,
Kan Lee