WordPress:Template Tags/print Lon

来自站长百科
Xxf3325讨论 | 贡献2008年6月27日 (五) 10:02的版本 (新页面: == Description == Displays the Geographic (geodata) Options Longitude setting. If the tag is called from within WordPress:The_Loop, the Longitude entered for a post is displayed. Whe...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

Displays the Geographic (geodata) Options Longitude setting. If the tag is called from within WordPress:The_Loop, the Longitude entered for a post is displayed. When called outside The Loop (or inside The Loop, but no Longitude was entered for a post), the default Longitude setting for the weblog is displayed.

Usage

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

Example

<p>Trip locale: <?php print_Lat(); ?>Lat, <?php print_Lon(); ?>Lon</p>

Parameters

This tag has no parameters.

Related

模板:Tag Geo Tags

模板:No Param Tag Footer