Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2015-01-02 09:16:33

MarcoK
Plugin Author
From: Como
Registered: 2006-10-17
Posts: 248
Website

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

#2 2015-01-02 10:29:24

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

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

Board footer

Powered by FluxBB