Esempio n. 1
0
        }
    }
    ?>
                                    <li></li>
                                </ul>
                            </nav>
                            <h1><?php 
    echo esc_html($title);
    ?>
</h1>
                        </div>

                        <div class="col-sm-4 col-md-3 col-lg-3 mythemes-posts-found">
                            <div class="found-details">
                                <?php 
    echo mythemes_breadcrumbs::count($wp_query);
    ?>
                            </div>
                        </div>

                    </div>
                </div>

            </div>
    <?php 
}
?>

    <div class="content">
        <div class="container">
            <div class="row">
Esempio n. 2
0
    echo esc_attr($classes);
    ?>
">

                <div class="container">
                    <div class="row">
                        <div class="col s12">
                            <nav class="mythemes-navigation">
                              <ul>
                                <?php 
    echo mythemes_breadcrumbs::home();
    global $post;
    $categories = array_reverse(get_the_category($post->ID));
    if (!empty($categories)) {
        foreach ($categories as $c) {
            echo mythemes_breadcrumbs::categories(absint($c->term_id));
            break;
        }
    }
    ?>
                                <li></li>
                              </ul>
                            </nav>
                        </div>
                    </div>
                </div>

            </div>

    <?php 
}
Esempio n. 3
0
        }
        if ($breadcrumbs) {
            ?>
                <div class="mythemes-page-header <?php 
            echo esc_attr($classes);
            ?>
">

                    <div class="container">
                        <div class="row">
                            <div class="col s12">
                                <nav class="mythemes-nav-inline">
                                    <ul class="mythemes-menu">
                                        <?php 
            echo mythemes_breadcrumbs::home();
            echo mythemes_breadcrumbs::pages($post);
            ?>
                                        <li></li>
                                    </ul>
                                </nav>
                                <h1><?php 
            the_title();
            ?>
</h1>
                            </div>
                        </div>
                    </div>

                </div>
        <?php 
        }
Esempio n. 4
0
}
if ($breadcrumbs) {
    ?>
            <div class="mythemes-page-header <?php 
    echo esc_attr($classes);
    ?>
">

                <div class="container">
                    <div class="row">

                        <div class="col s12 m8 l9">
                            <nav class="mythemes-nav-inline">
                                <ul class="mythemes-menu">
                                    <?php 
    echo mythemes_breadcrumbs::home();
    ?>
                                    <li><?php 
    _e('Author', 'materialize');
    ?>
</li>
                                    <li></li>
                                </ul>
                            </nav>
                            <h1><?php 
    echo esc_html(get_the_author_meta('display_name', $post->post_author));
    ?>
</h1>
                        </div>

                        <div class="col s12 m4 l3 mythemes-author-avatar">