• 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)
Viewing 3 replies - 1 through 3 (of 3 total)

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