add eng version
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="content-middle articles-wrapper">
|
||||
<?php include(get_template_directory().'/partials/pinned-post-mob.php');?>
|
||||
<?php get_template_part('partials/rubrics-mobile'); ?>
|
||||
<?php get_template_part('partials/rubrics-mobile'); ?>
|
||||
<div class="articles-preview">
|
||||
<?php
|
||||
$args = array(
|
||||
@@ -12,7 +12,7 @@
|
||||
'orderby' => 'date', // сортировка по дате
|
||||
'order' => 'DESC', // по убыванию (сначала новые)
|
||||
'ignore_sticky_posts' => 1,
|
||||
'cat' => [-17, -20, -21]
|
||||
'cat' => [ 19 ]
|
||||
);
|
||||
$query = new WP_Query($args);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user