Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Images instead of titles in a recent_articles list ... !?
Is there a way (plugin?) to replace the title(s) in a recent_articles list with images?
Offline
Re: Images instead of titles in a recent_articles list ... !?
I am not sure about a plugin … but on my site I use <txp:article_custom /> with my own article form to achieve the same effect, and i have a little more control over it … so you in your form you can use permlink around article image … i think you can get the same effect?
create article form like so call “link_toimage”:
<txp:permlink><txp:article_image thumbnail=“1” /></txp:permlink>
then do this instead of recent articles tag do this (let’s say 10 articles)
<txp:article_custom allowoverride="0" form="link_toimage" limit="10" pgonly="0" sort="Posted desc" />
Last edited by dbulli (2006-12-15 04:05:48)
nuff-respec ::: dannyb
Offline
#3 2006-12-15 13:42:50
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Images instead of titles in a recent_articles list ... !?
Offline