Skip to content

Instantly share code, notes, and snippets.

@aisteron
Created February 20, 2019 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aisteron/9c7867b4f20b065fc21194c7913dad02 to your computer and use it in GitHub Desktop.
Save aisteron/9c7867b4f20b065fc21194c7913dad02 to your computer and use it in GitHub Desktop.
modx сортировка по просмотрам
//- Сортировка по популярным постам
# 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