child of post type (custom)
-
I registered a custom post type (foo) with
register_post_type
, setting
‘hierarchical’ => true
,so now when I want to use it I have
post_type=foo
How can I query child of foo? any ideas?
thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘child of post type (custom)’ is closed to new replies.