Changes between Initial Version and Version 1 of Ticket #37114, comment 9
- Timestamp:
- 08/11/2016 11:31:52 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37114, comment 9
initial v1 6 6 7 7 I don't think [attachment:37114.patch] is the solution here. If someone wants to basically only use half of the `get_post_class()` output, I'd use [attachment:37114.0.patch] and add stuff like post type 8 9 ---10 11 Interestingly, I'm using an external object cache (Memcached) and `get_the_terms()` uses `get_object_term_cache()`. However, it only works for the `category` taxonomy, not others (getting a `MEMCACHED_NOTSTORED` result code). If it would work for all taxonomies, I wouldn't have to care about the queries at all. Anyone experienced the same?