WordPress: Template Tags/print SideBit Url:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == Displays the URL for a [http://www.sidebit.com/ SideBit] generated map of sites in your location. If the tag is called from within [[...)
 
无编辑摘要
 
(未显示另一用户的1个中间版本)
第1行: 第1行:
== Description ==
== 描述 ==


Displays the [[WordPress:Glossary#URI and URL|URL]] for a [http://www.sidebit.com/ SideBit] generated map of sites in your location. If the tag is called from within [[WordPress:The_Loop]], the Latitude and Longitude entered for a post is inserted in the [[WordPress:Glossary#Query string|query string]] of the URL used for generating the map. 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.
显示[http://www.sidebit.com/ SideBit]的[WordPress:Glossary#URI and URL|URL]][http://www.sidebit.com/ SideBit]是你的位置的站点产生的map。如果标签是从[[WordPress:The_Loop|The Loop]]内调用的,为一篇文章输入的Latitude 和Longitude插入到用于产生map的URL的[[WordPress:Glossary#Query string|查询字符串]]中。当从Loop外调用参数(或者从Loop内调用参数,但是没有为文章输入Lat/Lon)的时候,网络日志默认的Latitude 和Longitude插入进查询字符串中。


== Usage ==
== 用法 ==


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


== Example ==
== 例子==


  <a href="<?php print_SideBit_Url(); ?>">SideBit map of my location</a>
  <a href="<?php print_SideBit_Url(); ?>">SideBit map of my location</a>


== Parameters ==
== 参数==
这个标签没有参数。


This tag has no parameters.
== 相关的 ==


== Related ==
{{标签 Geo标签}}


{{Tag Geo Tags}}
{{没有Param 标签 页底文字}}
 
{{No Param Tag Footer}}

2008年7月15日 (二) 17:15的最新版本

描述[ ]

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

用法[ ]

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

例子[ ]

<a href="<?php print_SideBit_Url(); ?>">SideBit map of my location</a>

参数[ ]

这个标签没有参数。

相关的[ ]

模板:标签 Geo标签