View Single Post
  #2   IP: 222.184.76.57
Old 2007-07-10, 02:13 AM
topvip topvip is offline
超级版主
 
Join Date: 2006-01-04
Posts: 1206
topvip 正向着好的方向发展
Default

Quote:
I'm looking to put some text and maybe some outbound links on the homepage, but I don't want it to appear on all the other pages.
Code:
{if $category.ID eq 0 and !p and !q}
   YOUR TEXT HERE
{/if}
Code:
What about putting this text on the category and sub category pages, but not the pages which contain the links?
Code:
{if $category.ID gt 0 and (!isset($links) || empty($links)) and (!isset($feat_links) || empty($feat_links))}
   YOUR TEXT HERE
{/if}
Hope this helps.
Reply With Quote