Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
category page problems
I have a problem with article lists on a category page and for the life of me I cannot solve it…
This is a simplified version of the code I am using
<txp:if_article_list>
<txp:if_search>
<txp:else />
<txp:if_category name="arts_info,calls,texts">
I am in one of the categories // does not work
</txp:if_category>
<txp:if_section name="texts">
I'm in section 'texts' // works
<txp:else />
<txp:if_section name="calls">
I'm in section 'calls' // works
</txp:if_section>
<txp:if_section name="arts_info">
I'm in section 'arts_info' //works
</txp:if_section>
<some txp tags />
</txp:if_section> // close texts if_section
<txp:if_category title='<txp:category />'>
I should be in a category page // does not work
</txp:if_category>
</txp:if_search>
</txp:if_article_list>
can anyone see what I am doing wrong?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: category page problems
How about using <txp:if_article_category /> ?
Offline
Re: category page problems
Hi Joe and thanks for responding. I just solved the issue which was with the category section!
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Pages: 1