Skip to content
New issue

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

Add 'include' / 'exclude' filters to [tagcloud] shortcode [LACE] #13

Open
nfreear opened this issue Jun 5, 2015 · 0 comments
Open

Add 'include' / 'exclude' filters to [tagcloud] shortcode [LACE] #13

nfreear opened this issue Jun 5, 2015 · 0 comments

Comments

@nfreear
Copy link
Contributor

nfreear commented Jun 5, 2015

Current crude CSS:

@IET-OU/wp-iet-generic-plugins ../css/iet-custom-style.css ~ line 193-195:

.lace-remove-ev-tags .iet-wp-tag-cloud-plugin a[ href *= 'tag/ev-' ] {
    display: none;
}

Current examples:

[tagcloud format="list" x_display_count="after"]

Possible extensions

Include tag/ev-* tags:

[tagcloud x_include="tag/ev-"] `

Exclude tag/ev-* tags:

[tagcloud x_exclude="tag/ev-"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant