add category rosselkhoznadzor

This commit is contained in:
2021-10-09 13:05:18 +03:00
parent c2819573de
commit e9bc2dbd8b
9 changed files with 99 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
$posts = get_posts( array(
'numberposts' => 1,
'category' => 19, // 19 - архив газеты
'category' => 3, // 19 - архив газеты
'orderby' => 'date',
'order' => 'DESC',
'include' => array(),

View File

@@ -6,7 +6,7 @@ if (!$posts = kuri_set($key)) {
$posts = get_posts( array(
'numberposts' => 1,
'category' => 7, // 7 - мнения
'category' => 30, // 7 - мнения
'orderby' => 'date',
'order' => 'DESC',
'include' => array(),

View File

@@ -4,7 +4,7 @@
$posts = get_posts( array(
'numberposts' => 3,
'category' => 44, // 44 - мероприятия
'category' => 61, // 61 - мероприятия
'orderby' => 'date',
'order' => 'DESC',
'include' => array(),

View File

@@ -5,7 +5,7 @@ $key = 'vij_opinions';
if (!$opinions = kuri_set($key)) {
$opinions = get_posts( array(
'numberposts' => 1,
'category' => 7, // 7 - мнения
'category' => 30, // 7 - мнения
'orderby' => 'date',
'order' => 'DESC',
'include' => array(),