Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Using a static page section, with live articles...?
I’ve been reading the FAQ to do static pages, and although I’ve successfully done that, I’m looking to achieve the following.
I have what I call as the Repository section where I place my short stories, poems, etc. I have a sticky article to inform my visitors the list of stories I’ve written, but the problem lies in trying to post articles under the repository section.
I have the following in my repository template:
<code><div id=“content” class=“narrowcolumn”>
<txp:article limit=1 form=“static_article” status=“sticky” />
</div></code>
Obviously by doing so, whatever live articles I post under that section will not appear on my page, even though when said live articles was linked correctly. I suspect I need to add some codes to make the live articles to appear, but how would I achieve this?
I would really appreciate the help, as I’m not one to be good at codes and I’ve been staring at the FAQ page for ages.
Offline
Re: Using a static page section, with live articles...?
bumpity.
Offline
Re: Using a static page section, with live articles...?
You need to add another article tag under that one with status=“live” and whatever limit and form you need.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline