WordPress:Template Tags/print Lat
來自站長百科
描述[ ]
顯示Geographic (geodata) Options Latitude設(shè)置。如果標(biāo)簽從[WordPress:The_Loop|The_Loop]]內(nèi)調(diào)用,為一篇文章屬于的Latitude得到了顯示。當(dāng)從Loop外調(diào)用這個(gè)標(biāo)簽的時(shí)候(或者在Loop內(nèi)調(diào)用但是沒有為文章輸入Latitude),顯示了網(wǎng)絡(luò)日志的默認(rèn)Latitude設(shè)置。
用法[ ]
%%% <?php print_Lat(); ?> %%%
Example[ ]
<p>Trip locale: <?php print_Lat(); ?>Lat, <?php print_Lon(); ?>Lon</p>
參數(shù)[ ]
這個(gè)標(biāo)簽沒有參數(shù)。