Not working
-
Hi, I’m unable to make the plugin work on a custom post type by using the following code:
$the_query = new WP_Query (array(
‘post_type’ => ‘news’,
‘orderby’ => ‘date’,
‘order’ => ‘DESC’
));What am I doing wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Not working’ is closed to new replies.