We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current crude CSS:
@IET-OU/wp-iet-generic-plugins ../css/iet-custom-style.css ~ line 193-195:
../css/iet-custom-style.css
.lace-remove-ev-tags .iet-wp-tag-cloud-plugin a[ href *= 'tag/ev-' ] { display: none; }
Current examples:
[tagcloud format="list" x_display_count="after"]
Include tag/ev-* tags:
tag/ev-*
[tagcloud x_include="tag/ev-"] `
Exclude tag/ev-* tags:
[tagcloud x_exclude="tag/ev-"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current crude CSS:
@IET-OU/wp-iet-generic-plugins
../css/iet-custom-style.css
~ line 193-195:Current examples:
Possible extensions
Include
tag/ev-*
tags:Exclude
tag/ev-*
tags:The text was updated successfully, but these errors were encountered: