Viewing 1 replies (of 1 total)
  • Thread Starter edoher

    (@edoher)

    I managed to get it done, but now I don’t know how to loop through this query

    $args = array("post_type" => "page",
    				"sf_group" => "Destacada",
    				"sf_field" => "Resumen",
    				"sf_value" => "1",
    				"sf_compare" => "!=");
    
    				$the_query = simple_fields_query_posts($args);
Viewing 1 replies (of 1 total)
  • The topic ‘Filter pages that have a particular field group’ is closed to new replies.