add fix problem

This commit is contained in:
2021-10-11 22:29:11 +03:00
parent bc8d93c91a
commit cbefa787b1
14 changed files with 553 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
$posts = get_posts( array(
'numberposts' => 4,
'category' => 22, // пока тольео события
'category' => 2, // пока тольео события
'orderby' => 'date',
'order' => 'DESC',
'include' => array(),