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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP WordPress Geo Mashup - 自动添加地图到帖子的插件相关的知识,希望对你有一定的参考价值。

<?php
/*
Plugin Name: Geo Map to end of Post
Plugin URI: http://everyaustralia.com/map-of-photos/
Description: Adds a Map to the end of each Post showing the location per the Geo Mashup Plugin.
Version: 1.00
Author: Gary Eckstein
Author URI: http://eckstein.id.au
License: GPL version 3
*/
add_filter('the_content','end_post_content');
function end_post_content($content) {
    if (is_single()){
				$content=$content.GeoMashup::map();
	}
    return $content; 
}
?>

以上是关于PHP WordPress Geo Mashup - 自动添加地图到帖子的插件的主要内容,如果未能解决你的问题,请参考以下文章

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

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

php facetwp index geo my wordpress latitude / longitute

如何加快 WordPress 中的 GEO 搜索

条件地理Mashup地图模板代码

从WP-Geo-WordPress插件中删除CSSJS和/或仪表板小部件