• I would like to order my posts by listing the ones with the custom field “prem-post” first, could someone please help me? This is my code so far:

    <?php $posts = query_posts( $query_string . '&meta_key=prem-post&orderby=meta_value&compare=LIKE&order=asc' ); ?>

    The problem is that it ONLY shows those posts now, and not all the posts. Will greatly appreciate any help!! ??

    https://www.ads-software.com/plugins/advanced-custom-fields/

  • The topic ‘Orderby metavalue?’ is closed to new replies.