Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Article without category
A simply question, but hard answord :)))
How exctract all articles from a section without a category?
<txp:article_custom section="name" category="" /> does not work. Extract also article with assigned category.
Offline
Re: Article without category
Ugly, but:
<txp:article_custom section="name">
<txp:if_article_category>
<txp:else />
do stuff
</txp:if_article_category>
</txp:article_custom>
Offline
Pages: 1