Answer the question
In order to leave comments, you need to log in
`
How to extract tv fields in pdopage?
How to extract TV fields in pdoPage?
<div id="pdopage">
<div class="rows">
[[!pdoPage?
&tpl=`@INLINE <p>[[+idx]] <a href="[[+uri]]">[[+pagetitle]]</a> ([[*img_1]])</p>`
&parents=`15`
&ajaxMode=`scroll`
&limit=`8`
]]
</div>
</div>
Answer the question
In order to leave comments, you need to log in
roswell answered everything correctly, I will give the full code for the especially gifted
<div id="pdopage">
<div class="rows">
[[!pdoPage?
&includeTVs=`img_1`
&tpl=`@INLINE <p>[[+idx]] <a href="[[+uri]]">[[+pagetitle]]</a> ([[+tv.img_1]])</p>`
&parents=`15`
&ajaxMode=`scroll`
&limit=`8`
]]
</div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question