Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-02-19 21:40:30

twenty8
New Member
Registered: 2008-02-19
Posts: 2

Clickable article list

Hey all, I am pretty new to textpattern and on a rather steep learning curve!

Probably a straightforward question: The main body of my homepage displays the most recent 3 articles, using Rob Sable’s rss_auto_excerpt plugin. I wish to have a list to the side with the titles of the 4/5 next articles – that is, the most recent ones, excluding the 3 already being displayed. I think at one point I did have the list, but am having trouble making it clickable.

Appreciate any help!

Offline

#2 2008-02-19 22:22:37

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Clickable article list

<txp:article limit="5" offset="3" form="sidebarlist" />

Form ‘sidebarlist’:

<txp:if_first_article><ul></txp:if_first_article>
<li><txp:permlink><txp:title /></txp:permlink></li>
<txp:if_last_article></ul></txp:if_last_article>

Offline

#3 2008-02-19 22:32:45

twenty8
New Member
Registered: 2008-02-19
Posts: 2

Re: Clickable article list

Thanks!

Offline

Board footer

Powered by FluxBB