correct parts in single-en
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<?php get_template_part('single-events'); ?>
|
||||
<? else : ?>
|
||||
<div class="content-middle articles-wrapper">
|
||||
<?php get_template_part('partials/rubrics-mobile'); ?>
|
||||
<?php get_template_part('en/rubrics-mobile-en'); ?>
|
||||
|
||||
<div class="article-single">
|
||||
<div class="article-time article-single__time">
|
||||
@@ -14,7 +14,7 @@
|
||||
<? endif; ?>
|
||||
</div>
|
||||
<?php if (!in_category('partners')) : ?>
|
||||
<div class="article-single__tag"><?=get_category_name(); ?></div>
|
||||
<div class="article-single__tag"><?=get_category_name_en(); ?></div>
|
||||
<? endif; ?>
|
||||
<h1 class="article-single__title">
|
||||
<?php the_title(); ?>
|
||||
|
||||
Reference in New Issue
Block a user