Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-11-30 17:47:57

gaup
Member
Registered: 2006-12-03
Posts: 37

excerpts - show next 5

If have choose to show 5 (limit=“5”) articles/excerpts an I have actually 10 articles in the same category but I just want to show 5 and then 5 on next page. How shall I manage that?
I hope you understand what I mean.

Offline

#2 2008-11-30 18:05:00

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: excerpts - show next 5

If you want to show experts while you are on category based article listings, then:

<txp:if_category>
	<txp:article limit="5">
		<h2><txp:permlink><txp:title /></txp:permlink></h2>
		<txp:excerpt />
	</txp:article>
	<txp:older showalways="1">Older posts</txp:older>
	<txp:newer showalways="1">Newer posts</txp:newer>
</txp:if_category>

PS. If you are using TXP version below 4.0.7 use form instead nesting tags inside <txp:article/>.

Last edited by Gocom (2008-11-30 18:07:10)

Offline

#3 2008-11-30 20:04:49

gaup
Member
Registered: 2006-12-03
Posts: 37

Re: excerpts - show next 5

Thank you :-)

Offline

Board footer

Powered by FluxBB