Thêm phần tử breadcrumb vào vùng ngay dưới menu bằng hook | structure-posts.php

13 Jul 2020
0 Comments

Ở đây mình sẽ chỉ áp dụng cho layout của bài viết và danh mục bài viết

                
                    
function after_menu_post_layout()
{
    ?>
    <?php if (is_singular('post') || is_category() || is_home()): ?>
    <div class="container breadcrumb-wrapper">
        <?php flatsome_breadcrumb(); ?>
    </div>
    <?php endif; ?>
    <?php
}

add_action('flatsome_after_header', 'after_menu_post_layout');
                
            

Leave a Reply

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.