weDevsOfficial / wedocs-plugin

A documentation plugin for WordPress
https://wordpress.org/plugins/wedocs/
GNU General Public License v2.0
194 stars 94 forks source link

Add support on wedocs shortcode to include or exclude by tags #53

Open rubengc opened 6 years ago

rubengc commented 6 years ago

New args like include_tags and exclude_tags will be really useful to show different types of docs

For example, I want to setup and separate docs by two tags: docs and dev-docs

With this new shortcode attributes will be really easy separate them using: [wedocs include_tags="docs"] [wedocs include_tags="dev-docs"]