问题
I have a galley page in a wordpress theme. Now I want to use that gallery shortcode on some other pages but want to display photos only from specfic photo category. Thanks in advance.
Following is gallery short code:
[gallery_list]
Following is photo category ID which I Want to use in this short code :
cat&tag_ID=50
回答1:
If the gallery supports Id parameters, you'd do something like this:
[gallery_list tag_ID="50" cat="XX"]
Wordpress Shortcode API
来源:https://stackoverflow.com/questions/43650270/use-gallery-shortocode-on-another-page-but-with-specific-photo-category-in-wordp