WordPress:Template Tags/print DegreeConfluence Url

来自站长百科
Fludlen讨论 | 贡献2008年7月5日 (六) 11:38的版本
跳转至: 导航、​ 搜索

Description

Displays the URL to the nearest integer degree intersection Confluence page for 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 to the page of the nearest integer degree confluence. 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.

描述

显示你的位置最近的整数degree intersection的Confluence网页[WordPress:Glossary#URI and URL|URL]]。如果标签是从The Loop内调用的,为一篇文章输入的Latitude 和Longitude插入到最近的整数degree confluence网页的URL中。当从Loop外调用参数(或者从Loop内调用参数,但是没有为文章输入Lat/Lon)的时候,网络日志默认的Latitude 和Longitude插入进查询字符串中。

Usage

用法

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

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

Example

例子

<a href="<?php print_DegreeConfluence_Url(); ?>">What integer degree
intersection am I near?</a>

<a href="<?php print_DegreeConfluence_Url(); ?>">我离哪个整数degree

intersection 较近?</a>

Parameters

This tag has no parameters.

参数

这个标签没有参数。

Related

模板:Tag Geo Tags

模板:No Param Tag Footer

相关的

模板:标签 Geo标签