Tagged Questions
1
vote
1answer
212 views
Exclude images from “inserted into post” when trying to get attachments
I have here the coin-slider which takes all pictures from the gallery. I get the attachments through the following code:
$attachments = get_posts(array('post_type' => 'attachment', 'post_parent' ...