• Resolved alphamike2

    (@alphamike2)


    Dear all,

    I’m displaying all my articles with the following code :

    $wpb_all_query = new WP_Query( array('post_type'=>'post', 'post_status'=>'publish', 'posts_per_page'=>-1)); ?>

    However I want to sort to display with only one filter from my metabox field.

    What I want is that the displayed articles are from the field “notice_language” and that the field content is “en”.

    Any idea on how to proceed ?

    Many thanks !!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter with a metabox field’ is closed to new replies.