Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Custom Posts on Profile

Above should read:

global $wp_query;
query_posts( array(
‘post_type’ => ‘movies’ ,
“genre” => “horror”, “comedy”,
‘showposts’ => 10)
);

This definately works in a WP 3.0 template. Thanks

Skip to toolbar