Custom post types
-
Any thoughts of supporting custom post types?
I changed wp-dtree-pge.php to do custom post types instead of pages simply changing get_pages to get_posts and adding ‘post_type’=>$post_type,
It seems to work great using wpdt_list_pages(‘post-type=myposttype’) but of course I can’t do both pages and custom posts at the same time. It shouldn’t take a huge amount of work to duplicate the page stuff and make a separate set for custom posts.
-Tim
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom post types’ is closed to new replies.