Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2005-12-29 14:14:40

sekhu
Member
Registered: 2005-05-12
Posts: 428
Website

Can <txp:thumb> be used with next/previous article?

I’m interested in display the next or previous articles with the thumbnail.

To give an example:

If you visit this page at the bottom there’s a previously/latest links. What I’d like is to have the corresponding thumbnail for that article to display above or beside the link. Is this possible?

I’m using the following code for that part of the page:

<code><txp:if_individual_article>

<p>
<div id=“previously”>
<txp:link_to_prev><< Previously: <txp:prev_title /></txp:link_to_prev>
</div>
<div id=“next”>
<txp:link_to_next> Latest: <txp:next_title />>></txp:link_to_next>
</div>
</p>

<txp:else />

<p>
<txp:older>Previous</txp:older>
<txp:newer>Next</txp:newer>
</p>

</txp:if_individual_article></code>

Thanks in advance

Offline

#2 2005-12-29 17:20:49

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Can <txp:thumb> be used with next/previous article?

Is this possible?

Nope. With a plugin, if one existed, yes.

Offline

Board footer

Powered by FluxBB