分享

silveray: 文章页面 (single.php

 外汇一点通 2012-02-18
<?php get_header(); ?>

<div id="clock"><script type="text/javascript">showdate();</script></div>

<div id="content"><div id="content-inner">

<?php get_sidebar(); ?>


<div id="maincol">

<div class="col-inner"> 

 <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

   <div class="post" id="post-<?php the_ID(); ?>">

   <div class="post-title">


   <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>

 </div>



 

<div class="entry">

 
<?php the_content(''.__('Read the rest of this entry <span class="meta-nav">&raquo;</span>', 'sandbox').''); ?>


<div class="nearbypost">
<div class="alignleft"><?php previous_post_link('上一篇: %link'); ?></div>
<div class="alignright"><?php next_post_link('下一篇: %link' ); ?></div>
</div>



<?php link_pages("\t\t\t\t\t<div class='page-link'>".__('Pages: ', 'sandbox'), "</div>\n", 'number'); ?>

<div class="entry-meta">
<small><?php printf(__('该文章由:<font color="#FF0000" size="3">%1$s</font> 在<abbr class="published" title="%2$sT%3$s">%4$s %5$s发表</abbr>, 文章分类:<font color="#FF0000" size="3">%6$s</font>. 本站所有文章如未特别声明均为原创或编译,欢迎转载, 转载时请注明作者和出处;</a>.', 'sandbox'),
'<span class="author vcard"><a class="url fn n" href="'.get_author_link(false, $authordata->ID, $authordata->user_nicename).'" title="' . sprintf(__('View all posts by %s', 'sandbox'), $authordata->display_name) . '">'.get_the_author().'</a></span>',
get_the_time('Y-m-d'),
get_the_time('H:i:sO'),
the_date('', '', '', false),
get_the_time(),
get_the_category_list(', '),
get_permalink(),
wp_specialchars(get_the_title(), 'double'),
comments_rss() ) ?>
</small></div>
<?php edit_post_link(__('Edit', ''), "- <span class=\"edit-link\">", "</span>"); ?>

 </div>


 <?php comments_template(); ?>


<?php endwhile; else: ?>


<p>Sorry, no posts matched your criteria.</p>


<?php endif; ?>

 </div><!-- .post -->

</div>

</div><!-- #maincol -->

</div></div><!-- #content -->

<?php include (TEMPLATEPATH . '/extra.php'); ?>

<?php get_footer(); ?>

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约