Thread Starter
ohmel
(@ohmel)
Oh yeah! I got it!
but the get_posts function only made me query via post_type and mime_type, I’m trying to put into the post_title some data I want for my result set but it seems post_title isn’t working.
But I found another way though, I don’t know if it’s right I used a custom mysql execution looking for a post title with post_type attachment and mime_type application/pdf and it worked I was able to manipulate the ids attribute of the shortcode.
Thanks dan!