• Resolved doxy

    (@doxy)


    I have a new toolset custom field, but i cant see it in front end object..

    $query = new WP_Query( array(
    ‘post_type’ => ‘edicao’,
    ‘meta_key’ => ‘wpcf-autor-em-destaque’,
    ‘orderby’ => ‘meta_value’,
    ‘order’ => ‘ASC’
    ) );

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

The topic ‘Custom_fields – Wp_query’ is closed to new replies.