S
S
Sergey Valitov2018-02-05 11:48:31
MODX
Sergey Valitov, 2018-02-05 11:48:31

How to display the total in pdoPage?

Hello! Guys I have this code:

{'!pdoPage' | snippet : [
                'tpl' => 'tpl.Foto',
                'sortby' => 'menuindex',
                'sortdir' => 'ASC',
                'limit' => '6',
                'totalVar' => 'page.total',
                'includeTVs' => 'main_img, photo_gallery',
                'tplPageNext' => '@INLINE <li class="control"><a href="">следующая&raquo;</a></li>',
                'tplPagePrev' => '@INLINE <li class="control"><a href="">&laquo;предыдущая</a></li>',
                'tplPageFirst' => '@INLINE <span></span>',
                'tplPageLast' => '@INLINE <span></span>'                
            ]}

In the tpl.Foto chunk, can I somehow display the number of elements per page?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question