Search found 3 matches
- Thu Jan 24, 2008 3:31 pm
- Forum: General Discussion
- Topic: Condition to check for number of news articles in specified category?
- Replies: 4
- Views: 1563
Re: Condition to check for number of news articles in specified category?
Thanks calguy1000, that capture function is exactly what i was trying to find.
- Wed Jan 23, 2008 3:37 pm
- Forum: General Discussion
- Topic: Condition to check for number of news articles in specified category?
- Replies: 4
- Views: 1563
Re: Condition to check for number of news articles in specified category?
Ah, sorry I haven't explained this very well at all. basically I only want to display an element of the web page if news articles in a particular category exist. To put it in context, my template has a div positioned in the corner of the page that contains current job vacancies (news articles posted...
- Tue Jan 22, 2008 2:31 pm
- Forum: General Discussion
- Topic: Condition to check for number of news articles in specified category?
- Replies: 4
- Views: 1563
Condition to check for number of news articles in specified category?
I'm looking for some code that will check to see if there are any active news articles in a specified category, and only display a DIV element and its contents if news articles exist. Any ideas? I guess I need an if statement to check for something, but I don't know what. I have searched the documen...