Created
February 20, 2019 13:43
-
-
Save aisteron/9c7867b4f20b065fc21194c7913dad02 to your computer and use it in GitHub Desktop.
modx сортировка по просмотрам
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//- Сортировка по популярным постам | |
# 1. Устанавливаем плагин HitsPage; | |
# 2. Создаем дополнительное поле HitsPage с типом — число. | |
# 3. В шаблоне, где надо выводить просмотры пишем [[!HitsPage? &saveTv=`true`]] | |
[[!pdoResources? | |
&parents=`4,5,6,7` | |
&tpl=`pop_tpl` | |
&limit=`3` | |
&includeTVs = `blog-img, HitsPage` | |
&processTVs = `1` | |
&sortbyTV = `HitsPage` | |
&sortdirTV = `DESC` | |
]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment