PHP 显示WordPress帖子的第一个图像附件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 显示WordPress帖子的第一个图像附件相关的知识,希望对你有一定的参考价值。

<?php
$attachments = get_children(array('post_parent' => get_the_ID(), 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order'));
if ( ! is_array($attachments) ) continue;
$count = count($attachments);
$first_attachment = array_shift($attachments);
?>
<?php echo wp_get_attachment_image($first_attachment->ID); ?>

以上是关于PHP 显示WordPress帖子的第一个图像附件的主要内容,如果未能解决你的问题,请参考以下文章

PHP 使用帖子附件的Wordpress图像库短代码

PHP 显示WordPress帖子附件

php WordPress分页指示符“显示20个帖子中的第28 - 29个帖子”

PHP Wordpress - 如果没有图像设置,则显示带有帖子的特色图像或默认图像

PHP Wordpress - 仅在特定类别的第一页上显示精选帖子

PHP Wordpress插入自定义大小的帖子附件链接到自定义大小