Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2018-07-25 20:04:00

jpdupont
Member
Registered: 2004-10-01
Posts: 752

Error in docs

<txp:images limit="1">
    <txp:article_image />
</txp:images>

Example 4 with limit and offset for article_images, must be :

<txp:images limit="1">
    <txp:image />
</txp:images>

To be allowed to do

<txp:images limit="1" offset="2">
    <txp:image />
</txp:images>

to get the second image in an article image field : 580,583

Last edited by jpdupont (2018-07-25 20:06:28)

Offline

#2 2018-07-26 11:30:25

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Error in docs

Fixed by colak here.

Offline

Board footer

Powered by FluxBB