数字化技能提升教程,数字化时代生存宝典

数字化百科 / 产品文档 / WordPress:Template Tags/print UrlPopNav

WordPress:Template Tags/print UrlPopNav

查看全部产品文档命名空间:WordPress

描述

显示一个下拉列表菜单,在这个菜单上,每个选项是一个链接,这个链接会打开一个新的浏览器窗口,提及到geodata相关的站点。如果标签是在The_Loop内调用的,为一篇文章输入的Latitude and Longitude在每个站点上都得到了查询。当在Loop外调用这个标签的时候(或者在Loop内调用,但是没有为一篇文章输入Lat/Lon),网络日志默认的Latitude 和Longitude得到了查询。

下拉列表菜单中的链接选项是:

  • 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

用法

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

例子

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

参数

这个标签没有参数。

相关的

模板:标签 Geo 标签