• Resolved semrocc

    (@semrocc)


    Query is no longer working V3.0

    I am trying to run this query as I have done in the past, but now only 1 post is showing

    <?php
    query_posts( array(
    	'posts_per_page' => -1,
    	'orderby' => 'meta_value',
    	'meta_key' => '_expiration-date',
    	'order' => 'ASC'
    	)
    );
    ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Query no longer working V3.0’ is closed to new replies.