Viewing 1 reply thread
  • Author
    Posts
    • #3135

      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

    • #3141
      Steve
      Keymaster

      @khairulalamruet– Welcome to the Piklist community!

      To do this you would need to assign all the taxonomies for each Post Type to different fields. Then hide/show the appropriate fields.

      If you provide some more specific code, we would be happy to help you further.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.