示例#1
0
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a>
                </div>
				<div class="recent-meta"><?php 
        echo get_the_date();
        ?>
 | <?php 
        comments_number();
        ?>
</div>
				<p><?php 
        echo gravida_content(25);
        ?>
</p>
<span><a href="<?php 
        the_permalink();
        ?>
"><?php 
        _e('Read More', 'gravida');
        ?>
</a></span>
			</div><?php 
        if ($k % 4 == 0) {
            ?>
<div class="clear"></div><?php 
        }
        ?>
示例#2
0
"><div class="feature-box <?php 
                if ($f % 4 == 0) {
                    ?>
last<?php 
                }
                ?>
">
                	<?php 
                the_post_thumbnail();
                ?>
                	<div class="feature-title"><?php 
                the_title();
                ?>
</div><!-- feature-title -->
                    <div class="feature-content"><?php 
                echo gravida_content(18);
                ?>
</div>
                    <a href="<?php 
                the_permalink();
                ?>
"><?php 
                _e('Read More >', 'gravida');
                ?>
</a>
                </div></a><!-- feature-box --><?php 
                if ($f % 4 == 0) {
                    ?>
<div class="clear"></div><?php 
                }
                ?>