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

        <!-- start of page content -->
        <div class="main col-lg-8 col-md-8" role="main">
            <?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        ?>
                    <article <?php 
        post_class('clearfix');
        ?>
>
                        <?php 
        inspiry_list_gallery_images('gallery-detail-thumb');
        ?>
                        <header>
                            <h1 class="post-title"><a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h1>
                        </header>
                        <div class="post-content-wrapper clearfix">
                            <?php 
        the_content();
        ?>
                        </div>
Beispiel #2
0
<?php

inspiry_list_gallery_images('grid-post-thumb');
Beispiel #3
0
<?php

inspiry_list_gallery_images('gallery-blog-post-thumb');