-
Notifications
You must be signed in to change notification settings - Fork 6
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
Custom taxonomies on attachments #54
Comments
This solution works, btw: http://wordpress.org/support/topic/attachments-not-included-in-cloud-results?replies=1 (adding 'inherit' as a valid post_status in the QueryBuilder.php file) but would still be better as an option or triggered based on post_type, I think |
Do you know when post status |
As far as I can tell (it's pretty incomplete in the Codex), it's only used for children of a post or page, so attachments, revisions, or sub-pages. Seems like mostly attachments but I guess there could be an edge case where someone might be intentionally displaying revisions, although I can't find anything in a quick search about whether that's possible on the front-end. For sub-pages, they typically have their own post status, but maybe there are cases where someone wants to use inherit to display them based on parent page status. I ran into issues with your plugin where |
Ok, so the safest solution would be to add Regarding the current list strategy I'm aware that it will not work in every case since it relies on getting the current If you can find any other way to more accurately find terms from the current list of posts I'm happy for your help/suggestions. |
First beta version is available now: http://downloads.wordpress.org/plugin/ultimate-tag-cloud-widget.2.6-beta1.zip Or use WP-CLI:
|
Hi there,
Your plugin looks really interesting but I have a couple issues with it, which I'll list in separate issue reports here. First, it doesn't seem to work with custom taxonomies on attachments (where
'post_type' => 'attachment'
). Wondering if this has to do with post_status and attachments?When using the combination of a custom taxonomy and attachments, there are no results returned.
Will post the other issue separately (it's more of a feature request).
Thanks,
Zoe
The text was updated successfully, but these errors were encountered: