显示实际发布的图像数量

时间:2015-09-09 作者:muncherelli

我目前正在使用此PHP代码从帖子中提取图像的数量。

$attachments = get_children(array(\'post_parent\'=>$post_array[0][\'ID\']));
$image_count = count($attachments);
它目前正在拉任何图像,是“附加”到该职位,但我想让它拉在该职位上使用的图像的实际数量。如何显示帖子中实际显示的图像数量?

1 个回复
最合适的回答,由SO网友:Marek 整理而成

类似于:

$image_count = substr_count( $post_array[0][\'post_content\'], \'<img\');
它不会覆盖画廊中的图片。。。但您可以在gallery短代码中计算ID。

相关推荐

Remove <p></p> after images

我对<p></p> 出现在my之后的标记<img....>. 以下是我在本地主机上查看生成的页面时显示的内容。。。<img src=\"/wp-content/themes/wunderful/assets/images/feedback-danielle.png\" alt=\"Danielle Johnson Deal Town FC Treasurer\"> <p></p> 请注意随机生成的<p>&