-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single or multiple post selection list #123
Comments
We actually have an internal Select2 field for selecting one post for a shortcode. I can understand and agree with the appeal of being able to pick multiple posts. We'll keep this in mind as an enhancement. |
@bobbingwide we've just added a |
We should be able to support galleries as part of the attachment field I think. I think we should open a ticket. I've had this request before. Also related is #244 |
@danielbachhuber OK. I'll have a look and see if I can use it. |
The post select allows you to specify any query you want so should be able to select any post type. |
Hi, the same feature for taxonomies or custom lists would be very useful |
+1 I need multi-select for taxonomies and other lists. |
Shortcodes such as [gallery] include parameters which require the user to specify the ID or IDs of the posts to be displayed, included or excluded.
The logic should allow for parameters which allow multiple values to be specified.
I have many shortcodes which also support the entry of post IDs.
It would be nice to have native support for selecting the posts from existing content.
This requirement may involve interaction with other parameter values that the user chooses: post_type, post_status, etcetera, but it's more likely to be controlled by hidden values.
e.g. For the gallery shortcode the IDs to be displayed in a selection list would be limited to attachments.
For a shortcode such as [bw_pdf] the selection would be filtered with post_mime_type=attachment/pdf.
The text was updated successfully, but these errors were encountered: