Support » Plugin: RomeLuv Google Maps for WordPress » [Plugin: RomeLuv Google Maps for WordPress] How to set up for custom post types?

  • kubitdesign

    (@kubitdesign)


    Hi there, great plugin!

    Just quickly how can I get it to work with Custom post types?

    The existing code i think I need to change is:

    /* Prints the box content */ function romeluv_maps_inner_custom_box() { global
    $post; // Use nonce for verification wp_nonce_field( plugin_basename( __FILE__
    ), ‘romeluv_maps_noncename’ );

    How can I change the: { global
    $post;

    to include a custom post type called ‘portfolio1’ for example?

    Many thanks!

    http://wordpress.org/extend/plugins/romeluv-google-maps-for-wordpress/

    [No bumping. If it’s that urgent, consider hiring someone.]

  • The topic ‘[Plugin: RomeLuv Google Maps for WordPress] How to set up for custom post types?’ is closed to new replies.