Exemplo n.º 1
0
            <div class="post-content">
                <p>
                    <?php 
$this->content();
?>
                </p>
            </div>
            <div class="tags">
                <?php 
$this->tags('&nbsp;', true, '无');
?>
            </div>
        </article>
        <ul class="pager">
            <li class="previous">
                <?php 
thePrev($this);
?>
            </li>
            <li class="next">
                <?php 
theNext($this);
?>
            </li>
        </ul>
        <br>
        <?php 
$this->need('comments.php');
?>
            <?php 
$this->need('footer.php');
Exemplo n.º 2
0
		</article><?php 
    }
    if ($isPost) {
        ?>
		<div id="explorer" class="clearfix">
			<div class="bdsharebuttonbox">
				<i>分享到:</i>
				<a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a>
				<a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a>
				<a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博"></a>
				<a href="#" class="bds_sqq" data-cmd="sqq" title="分享到QQ好友"></a>
				<a href="#" class="bds_renren" data-cmd="renren" title="分享到人人网"></a>
				<a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a>
				<a href="#" class="bds_more" data-cmd="more"></a>
			</div><?php 
        $nextPost = theNext($this);
        $prevPost = thePrev($this);
        ?>
			<nav id="postination"<?php 
        if (!$prevPost || !$nextPost) {
            echo " class=\"one\"";
        }
        ?>
 role="navigation">
				<?php 
        if ($prevPost) {
            ?>
<span class="previous-post"><a href="<?php 
            echo $prevPost['permalink'];
            ?>
" title="<?php