Viewing 2 replies - 1 through 2 (of 2 total)
  • I am also interested in this issue. I have a CPT-onomy named Destinations which are assigned to Packages. I would like to use Visual Composer post grid to show a grid of Destinations. However, the only options in the drop down are “posts” and “packages”. Is there a way to get VC to recognize my CPT-onomy?

    Jimmy,

    Please let me know if you ever found a solution.

    I found this line in cpt-onmies/manager.php

    // register custom post types and taxonomies add_action( 'init', array( &$this, 'register_custom_post_types_and_taxonomies' ), 100 );

    According to the forum post you linked, a priority of 100 is too high for VC to register a CPT for use in the posts grid. Unfortunately, I changed the value to 1 and it still did not register. I even deactive and reactivated the CPT-onomy thinking maybe the value of 1 would be set on save but that still didn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Visual Composer and CPTonomies’ is closed to new replies.