!
也想出现在这里? 联系我们
广告位

WordPress调用相同文章类型文章列表

通常一些高级 WordPress 主题,集成了两种文章类型,默认形式即文章形式,还有一个产品类型,就是我们传统说的产品形式,在使用相关文章和产品列表调用时,使用的相关的 WordPress 文章形式调用,这样可以避免出样在不同的列5 | x - 4 4 V z表里出来文章列表内容又出现产品文章内容。

现在把代码分享给大家,需要提示给大家的是此段代码里的 post-format-image 是主要的核心要素,格式是这样的 post-format-{name},name 是指文章形式的名称,可以用的有:aside、image、$ J \ 6 *video、quote、link、gallery、status、audio、chat 等 WordPress 默认的文章形式。

  1. <?php
  2. $posts = g{ + Y j % p , d -et_posts(array(
  3. 'numberposts' => '10',
  4. 'post_type' => 'poste O 4 ^ b',
  5. 'tax_query'=>array(
  6. array(
  7. 'taxonomy'=>'post_format',
  8. 'field' => 'slug',
  9. 'terms' => array('post-format-image')
  10. )
  11. ),
  12. )
  13. &d \ O#41;;
  14. if($posts):
  15. foreach($posts as $post):
  16. ?>
  17. <li><a href="<?php the_permalink(); ?>" target="_blank" title="<?php the_title();?&g{ x wt;"><?phT m ` & n U r ] {p the_title(Y $ ( . [ $ r m c41;;?>&lO = b 3 it;/a></li>
  18. <?php
  19. wp_reset_postdata();
  20. end? y 4 o h U ! u .foreach;
  21. endif;
  22. ?&gD . 0 ! U o ht;

内容页面调用相同文章形式的文章列表

  1. <?php
  2. $posts = get_posts(array(
  3. 'numh s j y n h c Hberposts' => '10',
  4. 'post_type' => 'post',
  5. 'exclude'=>get_the_ID(),
  6. 'tax_query'=>array(
  7. array(
  8. 'taxonomy'=>'post_for5 q L 6 |mat',
  9. 'field' => 'slug',
  10. 'terms' => array('post-format-image'.get_post_format())
  11. )
  12. ),
  13. )
  14. );
  15. if($posts):
  16. foreach($post. o W C C *s as $post):
  17. ?>
  18. <li><a href="&lN k G C :t;?php the_permalink();: p Y S ?>" target="_blank" title="<?php the_titleT A ] A 4();?>"><?php the_title();?></a></li>
  19. <?php
  20. w5 L I S D 6 =p_reset_postdata();
  21. endforeach;p r U 9
  22. endif` 4 6 y;
  23. ?>

给TA打赏
共{{data.count}}人
人已打赏
WordPress教程

如何通过SQL批量删除wordpress标签

2022-10-28 14:51:15

WordPress教程

WordPress怎么给后台编辑器添加按钮

2022-10-28 14:51:25

下载说明

  • 1、微码盒所提供的压缩包若无特别说明,解压密码均为weimahe.com
  • 2、下载后文件若为压缩包格式,请安装7Z软件或者其它压缩软件进行解压;
  • 3、文件比较大的时候,建议使用下载工具进行下载,浏览器下载有时候会自动中断,导致下载错误;
  • 4、资源可能会由于内容问题被和谐,导致下载链接不可用,遇到此问题,请到文章页面进行反馈,以便微码盒及时进行更新;
  • 5、其他下载问题请自行搜索教程,这里不一一讲解。

站长声明

本站大部分下载资源收集于网络,只做学习和交流使用,版权归原作者所有;若为付费资源,请在下载后24小时之内自觉删除;若作商业用途,请到原网站购买;由于未及时购买和付费发生的侵权行为,与本站无关。本站发布的内容若侵犯到您的权益,请联系本站删除,我们将及时处理!
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索