地理Mashup查询后上下文地图

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了地理Mashup查询后上下文地图相关的知识,希望对你有一定的参考价值。

Geo Mashup contextual maps display the results of a WordPress query, so they can be very useful in combination with the WordPress `query_posts` function. This example maps post with an example tag, but any call to `query_posts` could be substituted. This is code that would go in a WordPress template.
  1. <?php query_posts( 'tag=example' ); ?>
  2. <?php echo GeoMashup::map( 'map_content=contextual' ); ?>
  3. <?php wp_reset_query(); ?>

以上是关于地理Mashup查询后上下文地图的主要内容,如果未能解决你的问题,请参考以下文章

PHP Geo Mashup当前类别的全球地图

PHP WordPress Geo Mashup - 自动添加地图到帖子的插件

WordPress Geo Mashup-自动向帖子添加地图的插件

地图逆地理位置查询

怎样从地理坐标找到在百度地图上的位置

地理查询内的地图返回 null