{# Получаем ID страницы блога из настроек #} {% set posts_page_id = function('get_option', 'page_for_posts') %} {# Получаем URL этой страницы #} {% if posts_page_id %} {% set blog_url = function('get_permalink', posts_page_id) %} {% else %} {% set blog_url = '/' %} {% endif %}
    {{ function('pll_the_languages', {'echo': false, 'display_names_as': 'slug'}) }}