Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-01-08 22:28:39
- IschaGast
- New Member
- Registered: 2007-01-01
- Posts: 5
How to show/make section page?
I have a website with a section About. In that about section I have some more pages that are displayed in the sidebar.
What I want is that when clicking About some introduction of that section is displayed. I thought I could make it with posting a sticky article. But grrrr… it doesn’t work. It displays that article that I posted in that section.
Offline
#2 2007-01-08 23:40:31
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: How to show/make section page?
Chances are this is what you are after?
<txp:if_individual_article>
<txp:article />
<txp:else />
<txp:article status="sticky" />
</txp:if_individual_article>
Offline
Pages: 1