Tagged Questions
0
votes
1answer
31 views
How to attach images that I “insert from url” into the post?
I'm trying to get the list of images in my post, to display them in the front page... the problem is that when I add a new picture from a URL, it doesn't seem to attach it.
$images =& ...
2
votes
3answers
1k views
Get first image in a post
I am using this code directly from the codex.
function echo_first_image ($postID)
{
$args = array(
'numberposts' => 1,
'order'=> 'ASC',
'post_mime_type' ...