Is it possible to do something like this within a exp:weblog:entries
{if {category_name}!=“title_of_category”}Then show this{/if}
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
April 11, 2011 10:39am
Subscribe [2]#1 / Apr 11, 2011 10:39am
Is it possible to do something like this within a exp:weblog:entries
{if {category_name}!=“title_of_category”}Then show this{/if}
#2 / Apr 11, 2011 11:21am
It’s okay I found my answer:
{if '{categories}{category_url_title}{/categories}’!= “title_of_category”}
#3 / Apr 11, 2011 9:14pm
Glad you were able to figure out what the problem was. Don’t hesitate to post again as needed.