文字出版社

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文字出版社相关的知识,希望对你有一定的参考价值。

Exclude Posts From Some Category
这样就可以在首页中不显示某些类别(比如asides)的帖子了
  1. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  2.  
  3. <!-- If the post is in the category we want to exclude, we simply pass to the next post. -->
  4. <?php if (in_category('3')) continue; ?>
  5.  
  6. <div class="post">
  7.  
  8. <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
  9.  
  10. <small><?php the_time('F jS, Y'); ?></small>
  11.  
  12. <div class="entry">
  13. <?php the_content(); ?>
  14. </div>
  15.  
  16. <p class="postmetadata">Posted in <?php the_category(', '); ?></p>
  17. </div> <!-- closes the first div box -->
  18.  
  19. <?php endwhile; else: ?>
  20. <p>Sorry, no posts matched your criteria.</p>
  21. <?php endif; ?>

以上是关于文字出版社的主要内容,如果未能解决你的问题,请参考以下文章

文字出版社:页眉

文字出版社函数.php样板

文字出版社:机器人.txt诡计

文字出版社标题.php模板

文字出版社

文字出版社。排除子类别