Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-05-24 23:07:33
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Test cases: sticky articles
As per this post, use this thread for posting sample templates and forms involving sticky articles.
Alex
Offline
Re: Test cases: sticky articles
Usually I have nothing more than this basic pattern in a page:
<div id="content">
[...]
<txp:if_search>
<txp:else />
<txp:article status="sticky" sortdir="asc" sortby="custom_1" />
</txp:if_search>
<txp:article status="live" />
[...]
</div>
//w&
Offline
Pages: 1