WIKI使用導航
站長百科導航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機
- cPanel
- 網(wǎng)址導航專題
- 云計算
- 微博營銷
- 虛擬主機管理系統(tǒng)
- 開放平臺
- WIKI程序與應用
- 美國十大主機
WordPress:Template Tags/the meta
來自站長百科
描述[ ]
為當前文章顯示meta "key:value" pairs,或者post-meta的一個無序列表。必須在The_Loop內(nèi)使用。關(guān)于這個標簽的更多信息,請看看WordPress:Using_Custom_Fields。
用法[ ]
%%% <?php the_meta(); ?> %%%
例子[ ]
<p>Meta information for this post:</p>
<?php the_meta(); ?>
參數(shù)[ ]
這個標簽沒有參數(shù)。
相關(guān)的[ ]
the_ID, the_title, the_title_attribute, single_post_title, the_title_rss, the_content, the_content_rss, the_excerpt, the_excerpt_rss, previous_post_link, next_post_link, posts_nav_link, the_meta,