new style yets moread

This commit is contained in:
arlemp@selectel.ru
2022-08-17 11:49:37 +03:00
parent 1ce92069c7
commit e624534b02
3 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<?php $posts = get_posts( array(
'numberposts' => 6,
'numberposts' => 4,
'category' => $category_id, // текущая рубрика
'orderby' => 'date',
'order' => 'DESC',