Hello,
when I try this
$query=array(
‘post_type’ => ‘jelovnik’,
‘posts_per_page’ => 5,
‘offset’ => 5,
‘cat’ => 25
);
var_dump( http_build_query( $query ) );
string that I get show change in Cornerstone but when I try to save, there is JSON error.
What I’m doing wrong?
Best regards