add eng blocks

This commit is contained in:
arlemp@selectel.ru
2021-12-12 19:26:50 +03:00
parent 59422e2499
commit 1500b493c9
6 changed files with 113 additions and 14 deletions

View File

@@ -7,6 +7,7 @@
$mosts = get_posts( array(
'numberposts' => 3,
'post__in' => get_option( 'sticky_posts' ),
'cat' => '-4782',
'orderby' => 'date',
'order' => 'DESC',
'include' => array(),