Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2015-12-18 02:48:43

fiddle
Member
Registered: 2007-10-03
Posts: 87

txp:next_article_image/>

Hello all..
I have a question, see if this is possible , if someone can point me in the right direction.
I want next/prev article links, and I want the links to the the next and prev articles image..
So something like :

<txp:link_to_prev><txp:pre_article_image /></txp:link_to_prev>
<txp:link_to_next><txp:next_article_image /></txp:link_to_next>

I know this dosent work, but you get the idea..

Thank you,
Fidel

Last edited by jstubbs (2015-12-18 03:06:02)

Offline

#2 2015-12-18 07:39:05

etc
Developer
Registered: 2010-11-11
Posts: 5,053
Website GitHub

Re: txp:next_article_image/>

Hello Fidel,

that’s undocumented, so not future-proof, but should work:

<txp:link_to_next>
	<txp:article_custom id='<txp:custom_field name="next_id" />'>
		<txp:article_image />
	</txp:article_custom>
</txp:link_to_next>

Offline

#3 2015-12-18 16:35:26

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: txp:next_article_image/>

I’m wondering if smd_horizon could be of some help.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB