Use Gallery Shortocode on another page but with sp

2019-09-11 03:23发布

问题:

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