tomusborne / wp-show-posts

Other
14 stars 11 forks source link

Allow args inside the shortcode #2

Closed tomusborne closed 7 years ago

tomusborne commented 7 years ago

It would be cool if the options could be set inside the shortcode itself, overwriting the settings you set when creating the list.

This way you could put the function/shortcode in a template, and tell it to query posts from the taxonomy/term currently being viewed.

It could also be set up to display posts relating to the currently viewed post (same category, term etc..).

tomusborne commented 7 years ago

Done: https://github.com/tomusborne/wp-show-posts/commit/f014d298da84524cfd32d77eb43425ad257f30df

Will write up some docs on this once released.