|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/wordpress-old/wp-content/themes/Selecta1c/ |
Upload File : |
<?php get_header(); ?>
<article>
<div id="content">
<div class="post">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post-entry">
<h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<div class="post-meta"> <span>
<?php the_time('D,g:h A'); ?>
</span> | <span>
<?php the_category(', ') ?>
</span> | <span>
超过<?php if(function_exists('the_views')) { the_views(); } ?>人围观
</span> | <span>
<?php comments_popup_link('还没有评论', '只有1条评论', '已有%条评论'); ?>
</span> </div>
<!--.postMeta-->
<div class="post-content">
<?php the_content(__('Read More'));?>
</div>
<div class="clear"></div>
<div class="single_tags">
</div>
<?php comments_template( '', true ); ?>
<?php endwhile; endif;?>
<div class="clear"></div></div></div>
</div>
<div class="clear"></div>
</article>
<?php get_footer(); ?>