Beispiel #1
0
            if (is_sticky() && !has_post_thumbnail()) {
                $post_class .= ' sticky-title';
            }
            $post_title = get_the_title();
            if (empty($post_title)) {
                $post_title = esc_attr__('No title', 'fastnews-light');
            }
            ?>
                            <h4 class="<?php 
            echo esc_attr($post_class);
            ?>
"><a href="<?php 
            the_permalink();
            ?>
"><?php 
            echo !is_search() ? $post_title : kopa_search_title();
            ?>
</a></h4>
                            <?php 
            if (1 == get_theme_mod('blog_date_status', '1')) {
                ?>
                                <span class="entry-date"><a href="<?php 
                the_permalink();
                ?>
">&mdash; <?php 
                the_time(get_option('date_format'));
                ?>
</a></span>
                            <?php 
            }
            ?>
                echo get_the_title();
                ?>
"></a>
                        </div>
                        <!-- entry-thumb -->
                    <?php 
            }
            // endif
            ?>
                    <div class="entry-content">
                        <header>
                            <h4 class="entry-title"><a href="<?php 
            the_permalink();
            ?>
"><?php 
            echo !is_search() ? get_the_title() : kopa_search_title();
            ?>
</a></h4>
                            <span class="entry-date"><a href="<?php 
            the_permalink();
            ?>
">&mdash; <?php 
            the_time(get_option('date_format'));
            ?>
</a></span>
                        </header>
                        <?php 
            the_excerpt();
            ?>
                        <a href="<?php 
            the_permalink();