地理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.
<?php echo GeoMashup::map( 'map_content=contextual' ); ?> <?php wp_reset_query(); ?>
以上是关于地理Mashup查询后上下文地图的主要内容,如果未能解决你的问题,请参考以下文章
PHP WordPress Geo Mashup - 自动添加地图到帖子的插件