Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Related category articles like txp:related_articles with a form?
txp:related_articles is a simple way to display all article titles in a list with the same category of an article that is being displayed in txp:if_individual_article.
Is there a way to do the same thing using an article form. Unfortunately txp:related_articles can’t use a form.
Here is what I would like to do without a plugin.
<txp:related_articles form=“thumbnails” />
——————————thumbnails form—————
<li>
<a href=”<txp:permlink />” title=”<txp:title />” class=“innerborder”><txp:article_image thumbnail=“y” /></a>
</li>
Last edited by mattmikulla (2007-01-12 06:49:19)
Art Rogue – Fine Art Photography
Offline
#2 2007-01-12 07:00:37
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Related category articles like txp:related_articles with a form?
A plugin is the only way: chh_related_articles.
Offline
Re: Related category articles like txp:related_articles with a form?
Do you think it would be easier on the server or faster to use chh_related_articles instead of rss_suparchive_bycat?
Art Rogue – Fine Art Photography
Offline
#4 2007-01-30 20:48:59
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Related category articles like txp:related_articles with a form?
I’m not sure about speed, I haven’t compared them. At a quick glance, it looks like chh_related_articles might be somewhat more efficient.
Offline
Re: Related category articles like txp:related_articles with a form?
Has there been any headway on this in new versions of textpattern. It seems insane that textpattern can’t do this natively.
Art Rogue – Fine Art Photography
Offline