PHP 在wordpress主循环ä¸è¿‡

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 在wordpress主循环ä¸è¿‡相关的知识,希望对你有一定的参考价值。

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

 <!-- If the post is in the category we want to exclude, we simply pass to the next post. -->
 <?php if (in_category('3')) continue; ?>
 
 <div class="post">
 
  <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
 
  <small><?php the_time('F jS, Y'); ?></small>
 
  <div class="entry">
    <?php the_content(); ?>
  </div>

  <p class="postmetadata">Posted in <?php the_category(', '); ?></p>
 </div> <!-- closes the first div box -->

 <?php endwhile; else: ?>
 <p>Sorry, no posts matched your criteria.</p>
 <?php endif; ?>

以上是关于PHP 在wordpress主循环ä¸è¿‡的主要内容,如果未能解决你的问题,请参考以下文章

HTML 47都é??“府県ã,»ãƒ¬ã,¯ãƒ

ActionScript 3 æ»江局长?¡å¶ä½œ

PHP å...¨è§'ã,'å??Šè§'ã??«ã?™一种,&

php 查询帖子类型wordpres

php Wordpres检索密码电子邮件

php 儿童主题的Wordpres功能