Exclude Featured Image from MLA Gallery
-
Hi David,
I’ve been trying to figure out how to exclude the featured image from my post gallery, since it’s displayed elsewhere on the page. The problem is that I can’t simply exclude by id since this is a template, so I don’t know the id yet. I’ve been through all the documentation, including substitution parameters and example plugins, and I can’t seem to find what I need. I’ve found workarounds that would probably get me there, or php filters that might do the job, but I’d much prefer doing it in my shortcode template. Is there a solution you can suggest?
Here’s the base code I’m working with:
[mla_gallery post_parent=current]
I’d like to be able to do something like this:
[mla_gallery post_parent=current exclude=featured]
Thanks!
- The topic ‘Exclude Featured Image from MLA Gallery’ is closed to new replies.