ansonphong / postworld

Wordpress Theme Development Framework
GNU General Public License v2.0
7 stars 0 forks source link

Set Query Defaults #43

Closed ansonphong closed 10 years ago

ansonphong commented 10 years ago

Hi Haidy, When doing queries, if certain parameter values aren't defined, we get errors :

Defaults:

'orderby' => 'date',
'offset' => 0,
'post_format' => null, // return any post format
'post_class' => null // return any post class
hmikhail commented 10 years ago

Do you mean pw_query function? The problem was that debugger.php include was commented in postworld.php and the function used log_me function. After removing those lines and trying the function with the your supplied parameters (null values), the function works.