add eng version

This commit is contained in:
argoexpert press
2024-05-22 21:02:50 +03:00
parent 9f8ad06536
commit 097eefe379
14 changed files with 435 additions and 20 deletions

View File

@@ -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);
?>