1 2 3 4 5 6 7 8
<?php // get posts of the category // for a second loop in Wordpress $wp_query = null; $wp_query = new WP_Query(); $wp_query->query('category_name=News&post_type=post&orderby=date&order=DESC'); ?>
1 2
Fatal error: Class 'WP_Query' not found on line 5