예제 #1
0
    the_title_attribute();
    ?>
" href="<?php 
    the_permalink();
    ?>
"><?php 
    the_title();
    ?>
</a></h3>
    <div class="entry">
        <?php 
    if ($data['disable_excerpt'] != '1' || is_search()) {
        ?>
            <p>
                <?php 
        echo ht_excerpt(150, '...');
        ?>
            </p>
        <?php 
    } else {
        the_content(__(" Continue Reading" . ' &rarr;', "highthemes"));
    }
    ?>
        <?php 
    if ($data['disable_excerpt'] != '1') {
        ?>
 <a class="read-more" href="<?php 
        the_permalink();
        ?>
"><?php 
        _e("Continue Reading &rarr;", "highthemes");
예제 #2
0
                    if (count($terms) != $z) {
                        echo ", ";
                    }
                    $z++;
                }
                ?>
                            </div>
                            <?php 
            }
            ?>
                            <?php 
            if ('4c' != $ht_portfolio_layout) {
                ?>
                            <p>
                                <?php 
                echo ht_excerpt($excerpt_length, '...');
                ?>
                            </p>
                            <?php 
            }
            ?>

                        </div>
                    </div>
                    <?php 
            if ($i % $col_number == 0 && $i != 0) {
                echo '<div class="fix"></div>';
            }
            ?>
                    <?php 
            $i++;
예제 #3
0
                        ?>
"><?php 
                        the_title();
                        ?>
</a></h3>
                    <div class="entry">
                        <?php 
                        if (is_single()) {
                            the_content();
                            wp_link_pages();
                            the_tags('<div class="entry-tags">' . __('Tags: ', 'highthemes') . '<span class="tag-links">', ', ', '</span></div>');
                        } else {
                            ?>
                            <p>
                                <?php 
                            echo ht_excerpt(300, '...');
                            ?>
                            </p>
                            <?php 
                        }
                        ?>
                    </div>
                    <?php 
                        include locate_template('/includes/blog_socials.php');
                        ?>
                </div><!-- [/post-item] -->
                <?php 
                    }
                }
            }
        }