The MU forums have moved to WordPress.org

Query post with meta_key and meta_value (1 post)

  1. d0k
    Member
    Posted 14 years ago #

    $argo = array(
    	'meta_key' => $meta,
    	'meta_value' => $metaval
    );
    $posts= get_pages ($argo);

    Works exactly, but trying to do the same with get_posts or query_posts does not work.
    Any idea?

    I'm using using WordPress MU 2.9.1 on PHP5 Server

About this Topic

  • Started 14 years ago by d0k