add fix problem
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
$mosts = get_posts( array(
|
||||
'numberposts' => 3,
|
||||
'category' => 22, // пока без категории
|
||||
'category' => 2, // пока без категории
|
||||
'orderby' => 'date',
|
||||
'order' => 'DESC',
|
||||
'include' => array(),
|
||||
|
||||
Reference in New Issue
Block a user