Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2005-03-27 07:54:25
- kartav
- Member
- From: Moscow, Russia
- Registered: 2005-03-07
- Posts: 18
Page styling for category/month article listing?
I have a strange situation. I use rss_suparchive_menu and stw_category_tree for creating article listing and glx_if plugin for conditional changing of page/article appearance. it’s like this:
<txp:rss_suparchive_menu mode="month" />
<br />
<txp:stw_category_tree count="true" />
<br />
.......
<br />
<txp:glx_if_section_frontpage>
<br />
<txp:article_custom section="log" limit="0,6" />
<br />
</txp:glx_if_section_frontpage>
<br />
<txp:glx_if_not_section_frontpage>
<br />
<txp:article section="log" />
<br />
</txp:glx_if_not_section_frontpage>
<br />
But I do not get respective listing. All I get is simple listing of all articles.
Please help.
P.S. Please forgive me to post this question in this section of forum; I suppose this problem has something common with plugins…
Last edited by kartav (2005-03-27 07:54:57)
Offline
Re: Page styling for category/month article listing?
which conditional is working? is it only the if_section_frontpage? and which txp version are you using rc3?
Johan Nilsson
Offline