14 lines
427 B
PHP
14 lines
427 B
PHP
|
|
<?php if (!is_category(740)) : ?>
|
||
|
|
<div class="most-read content-right__most-read">
|
||
|
|
<div class="most-read__inner">
|
||
|
|
<p class="most-read__title subtitle-20">Popular</p>
|
||
|
|
<div class="most-read__links">
|
||
|
|
<?php get_template_part('en/most-read-posts-en'); ?>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<?php endif; ?>
|
||
|
|
|
||
|
|
|
||
|
|
<?php get_template_part('en/latest-legislation-posts-en'); ?>
|