• Resolved vaibhavsharma56

    (@vaibhavsharma56)


    Hi Developer ,

    I have condition on multiple meta_key ,
    like :-

    ‘meta_query’ => array(
    ‘relation’=>’OR’,
    array(
    ‘key’ => ‘wpcf-set-as-slider’,
    ‘value’ => ‘slider’,
    ‘compare’=>’!=’
    ),
    array(
    ‘key’ => ‘wpcf-set-as-slider’,
    ‘value’ => ”,
    ‘compare’=>’NOT EXISTS’
    )
    ),

    How can I implement it from shortcode creation ??

    Thanks

    https://wordpress.org/plugins/ajax-load-more/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi, you current;y cannot query by multiple meta fields.
    I plan to implement this soon.

    brandon.amey

    (@brandonamey)

    Hi,

    I’m having the same issue. Is there anyway to pay for this functionality?

    Thread Starter vaibhavsharma56

    (@vaibhavsharma56)

    hi dcooney,

    Is there any temporary solution for this, till that new version with this functionality will be released ?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom Fields (Meta)’ is closed to new replies.