This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php get_header() ?> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-md-12"> | |
| <div class="breadcrumbs"> | |
| <?php if (is_home()) { ?> | |
| <?php } elseif (is_page()) { ?> | |
| <a href="<?php echo get_option('home'); ?>">Главная</a> > | |
| <?php foreach((get_the_category()) as $cat) { | |
| $cat=$cat->cat_ID; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="row"> | |
| <div class="col-md-12"> | |
| <div class="breadcrumbs"> | |
| <?php if (is_home()) { ?> | |
| <?php } elseif (is_page()) { ?> | |
| <a href="<?php echo get_option('home'); ?>">Главная</a> > | |
| <?php foreach((get_the_category()) as $cat) { | |
| $cat=$cat->cat_ID; | |
| echo(get_category_parents($cat, TRUE, ' > ')); } the_title(); ?> | |
| <?php } ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php echo get_sub_field('text_slide') ?> |
NewerOlder