Map Component with Custom Post Types
-
This is similar to an earlier post. I’ve created a custom post type plugin to use for stories and the Map Component meta box doesn’t show up. I’ve figured out how to add my post type to component-map.php of the Aesop plugin using ‘pages’ => array(‘post’,’page’,’story’), on line 53. While this works I would rather not edit the Aesop Store Engine plugin.
How can I get the meta box to show up in the custom post type’s editor page? The other post here (http://ww.wp.xz.cn/support/topic/custom-post-types-125?replies=5) says it can be done at the theme level. I’d rather do this within my custom post type plugin so it is theme independent.
The topic ‘Map Component with Custom Post Types’ is closed to new replies.