WordPress:Template Tags/print GeoURL Url

来自站长百科
Xxf3325讨论 | 贡献2008年6月27日 (五) 10:05的版本 (新页面: == Description == Displays the URL to a [http://www.geourl.org/ GeoURL] page listing websites near your location. If the tag is called from within [[Wo...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

Displays the URL to a GeoURL page listing websites near your location. If the tag is called from within WordPress:The_Loop, the Latitude and Longitude entered for a post is inserted in the query string of the URL for the list. When called outside The Loop (or inside The Loop, but no Lat/Lon was entered for a post), default Latitude and Longitude for the weblog is inserted in the query string.

Usage

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

Example

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

Parameters

This tag has no parameters.

Related

模板:Tag Geo Tags

模板:No Param Tag Footer