in my custom post type i've set 'taxonomies' => array('category'). However, within my category.php page, none of the custom post types are being displayed, only posts.
How do i make ALL post types appear, not just the post?
|
in my custom post type i've set How do i make ALL post types appear, not just the post? |
|||
|
|
just guessing.. did you set "public"=>"true" in register_post_type(..) |
|||||||||
|