Morgan Kay
Member
Posted 1 year ago #
I would like to add a custom metabox (or at least some custom fields) to the placemarks post type to handle a client's specific needs. I usually use wpalchemy for metaboxes. I'm doing my normal wpalchemy thing to add a metabox, and it isn't showing up. Is there any way to do this without editing the plugin?
Thanks!
http://wordpress.org/extend/plugins/basic-google-maps-placemarks/
Morgan Kay
Member
Posted 1 year ago #
Actually, on further consideration, it turns out I don't need to do this. So my question is now entirely academic as far as I'm concerned, but this is something someone else might want to do at some point, so it's worth considering.
Thanks!
I'm not sure about WP Alchemy, but the standard methods should work. You can add it in a theme or functionality plugin without editing the BGMP files. The post type is called bgmp. You can look at the plugin's core.php to see how it is adding the built-in meta boxes.