how to delete community poll block

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

Profile photo of tuan le van 11570.00 $tone June 11, 2015
Public

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

#1

Please login or Register to Submit Answer

Written By

Comments