You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
660 B
15 lines
660 B
<div class="anons-theme">
|
|
<h3 class="anons-theme__title">{{ function('pll_e', 'Темы') }}:</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="{{ fn('get_post_type_archive_link', 'post') }}#news-list" class="{% if not current_category %} active {% endif %}">{{ function('pll_e', 'ВСЕ') }}</a>
|
|
</li>
|
|
{% for category in category_list %}
|
|
<li>
|
|
<a href="/category/{{category.slug}}#news-list"
|
|
class="{% if current_category == category.name %} active {% endif %}">{{ category.name }}</a>
|
|
</li>
|
|
|
|
{% endfor %}
|
|
</ul>
|
|
</div> |