shazahm1 / Display-Posts-Shortcode-Remote

An extension for the Display Posts Shortcode plugin which adds a shortcode for displaying posts from a remote WordPress site utilizing the WP REST API.
9 stars 6 forks source link

Shortcode to display specific category & specific tag? #5

Open DaveForde opened 1 year ago

DaveForde commented 1 year ago

I'd like to display posts from a specific category & specific tag, I tried this but it did not work (instead it return all posts from the category):

[display-posts-remote url="https://www.site.com" category_id="29" tag_id"7301" image_size="1"]

shazahm1 commented 1 year ago

Sorry, but the tag from the Display Posts Shortcode parameter was not implemented.

DaveForde commented 1 year ago

Thanks for the reply Steven.

Is there any workaround? or any plans to add the tag?

shazahm1 commented 1 year ago

Sorry this add-on for DPS was a freelance job that I was paid to develop, so any future updates are unlikely unless someone is willing to pay for the development time.

The closest workaround would be to use multiple categories. Example:

[display-posts-remote url="https://www.site.com" category_id="29,73" image_size="1"]

I hope this helps!