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