add calendar events

This commit is contained in:
2021-10-31 13:01:31 +03:00
parent cbefa787b1
commit f97013cfaf
16 changed files with 701 additions and 52 deletions

View File

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