an
groups-icon

Custom Advanced Query

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Aaron Whittaker
    4 points
    Beginner

    Trying to make an advanced taxonomy query like this:

    array(
    ‘post_type’ => ‘coupon_type’,
    ‘tax_query’ => array(
    array(
    ‘order’ => ‘DESC’,
    ‘posts_per_page’ => ’10’,
    ‘taxonomy’ => ‘coupons’,
    ‘field’ => ‘slug’,
    ‘terms’ => ‘expired’, // exclude expired.
    ‘operator’ => ‘NOT IN’)

    ),)

    Though it appears this is not possible via the Recent Listings Layout object. Is there any way to create such a query without hacking the core?

    August 6, 2013 at 4:41 am
  • Mark Fail
    11,845 points
    Platinum User
    Bronze User Silver User Gold User Platinum User Helpful Award Fast Responder Thank You Coffee Villian Award Video Testimonial
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 6, 2013 at 5:48 am
  • Aaron Whittaker
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 6, 2013 at 11:03 am
  • Aaron Whittaker
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 6, 2013 at 10:08 pm
  • Aaron Whittaker
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 7, 2013 at 9:08 am
  • Richard Bonk
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 7, 2013 at 9:16 am
  • Aaron Whittaker
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 7, 2013 at 10:04 am
  • Richard Bonk
    -1 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 7, 2013 at 10:33 am
  • Aaron Whittaker
    4 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    August 7, 2013 at 11:56 am

663

Views

8

Replies