WordPress:Template Tags/print UrlPopNav

来自站长百科
Xxf3325讨论 | 贡献2008年6月27日 (五) 10:03的版本 (新页面: == Description == Displays a dropdown menu, of which each option is a link opening in a new browser window the mentioned geodata-related site. If the tag is called from within [[WordPres...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

Displays a dropdown menu, of which each option is a link opening in a new browser window the mentioned geodata-related site. If the tag is called from within WordPress:The_Loop, the Latitude and Longitude entered for a post are queried at each site. 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 are queried.

Link options in the dropdown menu are:

  • Acme Mapper
  • GeoURLs near here
  • GeoCaches near here
  • MapQuest map of this spot
  • SideBit URL map of this spot
  • Confluence.org near here
  • Topozone near here
  • FindU near here
  • Maptech near here

Usage

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

Example

<div>Choose Geo site: <?php print_UrlPopNav(); ?></div>

Parameters

This tag has no parameters.

Related

模板:Tag Geo Tags

模板:No Param Tag Footer