Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
category view
is there a way to view only certain categories on the main page and be able to view the other category articles when you click on the category?
Offline
Re: category view
Is this what you’re after?
<code>
<txp:if_category>
<txp:article form=“article_form” />
<txp:else />
<txp:article_custom form=“article_form” category=“apples” />
</txp:if_category>
</code>
By default only articles belonging to “apples” will appear. But when you click on a category, the list will display that category.
Offline
Pages: 1