Ddf Wordpress Plugin //free\\ -
$books = ddf_get_records('books', ['where' => ['price >' => 20], 'order' => 'title']); foreach($books as $book) echo $book->title . ' - $' . $book->price;
Example for type "products":
[ddf_list type="books" filter='"genre":"fiction"' orderby="title" per_page="12" template="grid"] ddf wordpress plugin