WordPress:Template Tags/print GeoURL Url

来自站长百科
跳转至: 导航、​ 搜索

描述[ ]

向在你的地址附近列出网站的GeoURL网页,显示URL。如果标签是从The Loop内调用的,为一篇文章输入的Latitude 和Longitude插入到列表URL的查询字符串中。当从Loop外调用参数(或者从Loop内调用参数,但是没有为文章输入Lat/Lon)的时候,网络日志默认的Latitude 和Longitude插入进一个查询字符串中。

用法[ ]

%%% <?php print_GeoURL_Url(); ?> %%%

Example[ ]

<a href="<?php print_GeoURL_Url(); ?>">Locate sites near me with GeoURL</a>

参数[ ]

这个标签没有参数。

相关的[ ]

模板:标签 Geo标签