Support

Account

Home Forums General Issues Sort by customfield (price) Reply To: Sort by customfield (price)

  • check this

    $preis = $GLOBALS['wpdb']->get_results( 
    	"
    	SELECT meta_value 
    	FROM $wpdb->postmeta
    	WHERE meta_key = 'preis' 
    	"
    );
    var_dump($preis);