Make WordPress Core

Changes between Initial Version and Version 6 of Ticket #27275


Ignore:
Timestamp:
03/05/2014 10:11:21 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27275

    • Property Status changed from new to closed
    • Property Focuses ui template performance removed
    • Property Component changed from General to Query
    • Property Milestone changed from Awaiting Review to
    • Property Resolution changed from to invalid
  • Ticket #27275 – Description

    initial v6  
    1919I 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.
    2020
    21 this is the dump i have when i have the 'category__in' filter into args
     21this is the dump i have when i have the `category__in` filter into args
    2222
    2323'''http://pastebin.com/kTkJWL8n'''
     
    2525as you could see the post_type was change from 'publicidad' to 'post'
    2626
    27 this is the dump without the 'category__in' filter
     27this is the dump without the `category__in` filter
    2828
    2929'''http://pastebin.com/CapQQ0Ge'''