Hi,
How can I do listed custom posts with select field ? When I select one of custom post, then it’s taxonomy will be shown with another select field (It will be conditional filtering taxonomy according to Custom Post). Is it possible with Piklist ?
I have got already the custom post array with below code:
$args = array( 'public' => true , '_builtin' => false);
$post_types = get_post_types($args, 'objects');
Thanks