This is for someone who is familiar with this popular script. Im looking to add something in the template layouts on main.tpl to just show up on the homepage and not all the other pages. Anyone know of a way to do this? Site is www.myspacelayoutsdirectory.com if you want to look at what I mean. I want the popular searches only on the homepage. Thanks!
Hi, To get something on the home page only, use this.. {if $category.ID eq 0 and not $p and not $qu} what u want to show only on the home page goes here {/if} Hope that helps.