开发者 | anil074 |
---|---|
更新时间 | 2009年6月17日 04:05 |
PHP版本: | 2.5 及以上 |
WordPress版本: | 2.7 |
You should see a “Link Geography” section whenever you try and edit a link.
To show the map within your theme simply add this code to your theme:
<?php if (function_exists(geo_blogroll_show_map)) {geo_blogroll_show_map(); } ?>