Getting the post attachments
-
OK what I’m trying to do is basically show all the image attachments of posts from a certain catagory. I used wp_query to do a loop of the correct posts and now I want to get all the images using get_posts.
Here is my code:
https://pastebin.com/Qst46Fu1For debugging I put
echo "get posts didn't work for ". $post->ID . "<br/>";
if $attachments is undefined. So far this is all that is returned. I.e. I get:get posts didn’t work for 1954
get posts didn’t work for 1806
get posts didn’t work for 1625
get posts didn’t work for 1293
get posts didn’t work for 1150
get posts didn’t work for 1129 etcAny ideas on how to get it working? Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Getting the post attachments’ is closed to new replies.