[Plugin: Content Types] How i can use custom query
-
I’m using content type ‘staff’, then i need to display that in sidebar using Wp_Query. But i can’t view that 🙁
new WP_Query( array( 'post_type' => 'staff', 'posts_per_page' => 3 ) );is there another way to display it?
Please i need advice.http://ww.wp.xz.cn/extend/plugins/content-types-wordpress-plugin/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Content Types] How i can use custom query’ is closed to new replies.