需要手机号注册的网站,佛山贸易网站建设,做网站的大公司都有哪些,做网站建设需要什么工具wordpress在调用分类下文章时#xff0c;有时需要排除调用某个分类的文章#xff0c;下面的这段代码#xff0c;就可以轻松实现不调用特定ID的分类内容。
?phpquery_posts(showposts10cat-1); //cat-1为排除ID为1的分类下文章while(have_posts()) : …wordpress在调用分类下文章时有时需要排除调用某个分类的文章下面的这段代码就可以轻松实现不调用特定ID的分类内容。
?phpquery_posts(showposts10cat-1); //cat-1为排除ID为1的分类下文章while(have_posts()) : the_post(); ?lia href?php the_permalink() ? title?php the_title(); ??php the_title(); ?/a/li?php endwhile; ?
原文
https://www.zhanyes.com/code/6280.html