Codex

Template Tags/print FindU Url

Contents

Description

Displays the URL to a APRS FindU generated page listing HAM radio stations near your location. If the tag is called from within The_Loop, the Latitude and Longitude entered for a post is inserted in the query string of the URL used for generating the list of HAM radio stations. 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_FindU_Url(); ?> 

Example

<a href="<?php print_FindU_Url(); ?>">HAM stations near me</a>

Parameters

This tag has no parameters.

Related

print_Lat, print_Lon, print_UrlPopNav, print_AcmeMap_Url, print_GeoURL_Url, print_GeoCache_Url, print_MapQuest_Url, print_SideBit_Url, print_DegreeConfluence_Url, print_TopoZone_Url, print_FindU_Url, print_MapTech_Url

Go to Template Tag index