Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Modifying home-list tag to prevent certain articles appearing
I have a section which i have set up using the following tag:
<txp:article form=“news-single” limit=“6” listform=“home-list” />
The home-list form includes:
<div class=“item_list”>
<txp:wet_article_thumb />
<h3><txp:permlink><txp:title /></txp:permlink></h3>
<p class=“posted”><txp:posted /> | <txp:permlink><txp:text item=“Read full article” /></txp:permlink></p>
<div class=“excerpt”>
<txp:beginning length=“100” linktext=”“ />
</div>
</div>
I do not want all the articles that are added to the section to be displayed in the home-list
How whould i achive this?
Offline
Re: Modifying home-list tag to prevent certain articles appearing
I think you could use categories if you wanted.
<txp:article category=“included1, included2, etc” form=“news-single” limit=“6” listform=“home-list” />
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline