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

@@ -6,7 +6,7 @@
$mosts = get_posts( array(
'numberposts' => 3,
'category' => 22, // пока без категории
'category' => 2, // пока без категории
'orderby' => 'date',
'order' => 'DESC',
'include' => array(),