Summarize Posts shortcode – coding issue
-
I can’t figure out how to properly code the summarize posts shortcode when it includes meta-values from an multi-select custom field.
This is my code:
[summarize-posts post_type=”resource” meta_key=”location” meta_value=[“National”] limit=”600″ order=”ASC” orderby=”post_title”]
[+post_title+]
[+post_excerpt+]
[/summarize-posts]Since the value of the multi-select field is stored in brackets in the DB, using the brackets within the summarize-posts code, doesn’t work properly.
In addition, when more than two values are selected, how can I use the sumamrize-posts shortcode, to only display results from one of the values?
Thanks so much… I’ve been trying to figure this out for more than a month!
https://www.ads-software.com/plugins/custom-content-type-manager/
- The topic ‘Summarize Posts shortcode – coding issue’ is closed to new replies.