开发者 | Alex Gonzales |
---|---|
更新时间 | 2011年2月23日 12:58 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.0 |
Cause this plugin work with the version 2
It save coordinates in a custom field called "pto_gomaps".
If you use it in Admin Post, you can use :
<?php get_post_meta($post->ID,'pto_gomaps', true) ?>
in Loop.
If you use it in User Profile, you can use :
<?php the_author_meta('pto_gomaps',$user->ID) ?>