Changes between Initial Version and Version 6 of Ticket #27275
- Timestamp:
- 03/05/2014 10:11:21 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27275
-
Property
Status
changed from
new
toclosed
- Property Focuses ui template performance removed
-
Property
Component
changed from
General
toQuery
-
Property
Milestone
changed from
Awaiting Review
to -
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #27275 – Description
initial v6 19 19 I try it removing the category filter from the args (i keep the custom post type and custom tax) and the query i get was the right one without the filter i need. 20 20 21 this is the dump i have when i have the 'category__in'filter into args21 this is the dump i have when i have the `category__in` filter into args 22 22 23 23 '''http://pastebin.com/kTkJWL8n''' … … 25 25 as you could see the post_type was change from 'publicidad' to 'post' 26 26 27 this is the dump without the 'category__in'filter27 this is the dump without the `category__in` filter 28 28 29 29 '''http://pastebin.com/CapQQ0Ge'''