久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔
站長百科 | 數(shù)字化技能提升教程 數(shù)字化時(shí)代生存寶典
首頁
數(shù)字化百科
電子書
建站程序
開發(fā)
服務(wù)器
辦公軟件
開發(fā)教程
服務(wù)器教程
軟件使用教程
運(yùn)營教程
熱門電子書
WordPress教程
寶塔面板教程
CSS教程
Shopify教程
導(dǎo)航
程序頻道
推廣頻道
網(wǎng)賺頻道
人物頻道
網(wǎng)站程序
網(wǎng)頁制作
云計(jì)算
服務(wù)器
CMS
論壇
網(wǎng)店
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航
WIKI使用導(dǎo)航
WIKI首頁
最新資訊
網(wǎng)站程序
站長人物
頁面分類
使用幫助
編輯測試
創(chuàng)建條目
網(wǎng)站地圖
站長百科導(dǎo)航
站長百科
主機(jī)偵探
IDCtalk云說
跨境電商導(dǎo)航
WordPress啦
站長專題
網(wǎng)站推廣
網(wǎng)站程序
網(wǎng)站賺錢
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航專題
云計(jì)算
微博營銷
虛擬主機(jī)管理系統(tǒng)
開放平臺
WIKI程序與應(yīng)用
美國十大主機(jī)
編輯“
Template Tags
”
人物百科
|
營銷百科
|
網(wǎng)賺百科
|
站長工具
|
網(wǎng)站程序
|
域名主機(jī)
|
互聯(lián)網(wǎng)公司
|
分類索引
跳轉(zhuǎn)至:
導(dǎo)航
、?
搜索
警告:
您沒有登錄。如果您做出任意編輯,您的IP地址將會(huì)公開可見。如果您
登錄
或
創(chuàng)建
一個(gè)賬戶,您的編輯將歸屬于您的用戶名,且將享受其他好處。
反垃圾檢查。
不要
加入這個(gè)!
__TOC__ Template tags are used within your blog's [[WordPress:Templates]] to display information dynamically or otherwise customize your blog, providing the tools to make it as individual and interesting as you are. Below is a list of the general user tags available in WordPress, sorted by function-specific category.<br /> For further information on template tags and templates in general, see the following: * [[WordPress:Stepping Into Template Tags]] (an introduction to Template Tags) * [[WordPress:Template Tags/Anatomy of a Template Tag|Anatomy of a Template Tag]] (details of how to put Tags into Template files) * [[WordPress:Template Tags/How to Pass Tag Parameters|How to Pass Tag Parameters]] (details of how to use Parameters with Tags) * [[WordPress:Include Tags]] (additional tags not shown here, related to including one Template file within another) * [[WordPress:Conditional Tags]] (more additional tags not shown here, related to making your Templates more flexible with options) * [[WordPress:Templates]] (a comprehensive list of Template, Theme, and Tag resources) * [[WordPress:Stepping Into Templates]] (introduction to Template files) If you have an interesting twist on the implementation of a template tag, you're encouraged to add to its documentation for the benefit of other WordPress users. However, first see [[WordPress:Contributing to WordPress]] for help and guidelines on editing Codex pages. '''Note:''' Some template tags listed below are new to a specific version of WordPress and will be so noted (example: "Version 2.1"). This means that tag is not available in previous versions. Tags listed as "Deprecated" have been so from version 2.0 or earlier. ''Newer'' deprecated tags are marked with the version from when they were deprecated (i.e. "Deprecated in 2.1"). {| cellspacing="10" width="100%" |- valign="top" |bgcolor="#fbfbef" style="border:1px solid #ffc9c9;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Author tags == * [[WordPress:Template_Tags/the_author | the_author]] * [[WordPress:Template_Tags/the_author_description | the_author_description]] * [[WordPress:Template_Tags/the_author_login | the_author_login]] * [[WordPress:Template_Tags/the_author_firstname | the_author_firstname]] * [[WordPress:Template_Tags/the_author_lastname | the_author_lastname]] * [[WordPress:Template_Tags/the_author_nickname | the_author_nickname]] * [[WordPress:Template_Tags/the_author_ID | the_author_ID]] * [[WordPress:Template_Tags/the_author_email | the_author_email]] * [[WordPress:Template_Tags/the_author_url | the_author_url]] * [[WordPress:Template_Tags/the_author_link | the_author_link]] (Version 2.1) * <s>[[WordPress:Template_Tags/the_author_icq | the_author_icq]]</s> (Deprecated) * [[WordPress:Template_Tags/the_author_aim | the_author_aim]] * [[WordPress:Template_Tags/the_author_yim | the_author_yim]] * <s>[[WordPress:Template_Tags/the_author_msn | the_author_msn]]</s> (Deprecated) * [[WordPress:Template_Tags/the_author_posts | the_author_posts]] * [[WordPress:Template_Tags/the_author_posts_link | the_author_posts_link]] * <s>[[WordPress:Template_Tags/list_authors | list_authors]]</s> (Deprecated) * [[WordPress:Template_Tags/wp_list_authors | wp_list_authors]] |valign="top" bgcolor="#f0f0ff" style="border:1px solid #c6c9ff;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Category tags == * [[WordPress:Template_Tags/the_category | the_category]] * [[WordPress:Template_Tags/the_category_rss | the_category_rss]] * <s>[[WordPress:Template_Tags/the_category_ID | the_category_ID]]</s> (Deprecated) * <s>[[WordPress:Template_Tags/the_category_head | the_category_head]]</s> (Deprecated) * [[WordPress:Template_Tags/single_cat_title | single_cat_title]] * [[WordPress:Template_Tags/category_description | category_description]] * [[WordPress:Template_Tags/wp_dropdown_categories | wp_dropdown_categories]] (Version 2.1) * <s>[[WordPress:Template_Tags/dropdown_cats | dropdown_cats]]</s> (Deprecated in 2.1) * [[WordPress:Template_Tags/wp_list_categories | wp_list_categories]] (Version 2.1) * <s>[[WordPress:Template_Tags/list_cats | list_cats]]</s> (Deprecated in 2.1) * <s>[[WordPress:Template_Tags/wp_list_cats | wp_list_cats]]</s> (Deprecated in 2.1) * [[WordPress:Template_Tags/in_category | in_category]] * [[WordPress:Template_Tags/get_category_parents | get_category_parents]] * [[WordPress:Template_Tags/get_the_category | get_the_category]] * [[WordPress:Function_Reference/get_category_link | get_category_link]] |- valign="top" |bgcolor="#fbfbef" style="border:1px solid #ffc9c9;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Comment tags == * [[WordPress:Template_Tags/comments_number | comments_number]] * [[WordPress:Template_Tags/comments_link | comments_link]] * [[WordPress:Template_Tags/comments_rss_link | comments_rss_link]] * [[WordPress:Template_Tags/comments_popup_script | comments_popup_script]] * [[WordPress:Template_Tags/comments_popup_link | comments_popup_link]] * [[WordPress:Template_Tags/comment_ID | comment_ID]] * [[WordPress:Template_Tags/comment_author | comment_author]] * [[WordPress:Template_Tags/comment_author_IP | comment_author_IP]] * [[WordPress:Template_Tags/comment_author_email | comment_author_email]] * [[WordPress:Template_Tags/comment_author_url | comment_author_url]] * [[WordPress:Template_Tags/comment_author_email_link | comment_author_email_link]] * [[WordPress:Template_Tags/comment_author_url_link | comment_author_url_link]] * [[WordPress:Template_Tags/comment_author_link | comment_author_link]] * [[WordPress:Template_Tags/comment_type | comment_type]] * [[WordPress:Template_Tags/comment_text | comment_text]] * [[WordPress:Template_Tags/comment_excerpt | comment_excerpt]] * [[WordPress:Template_Tags/comment_date | comment_date]] * [[WordPress:Template_Tags/comment_time | comment_time]] * [[WordPress:Template_Tags/comment_author_rss | comment_author_rss]] * [[WordPress:Template_Tags/comment_text_rss | comment_text_rss]] * [[WordPress:Template_Tags/comment_link_rss | comment_link_rss]] * [[WordPress:Template_Tags/permalink_comments_rss | permalink_comments_rss]] |valign="top" bgcolor="#f0f0ff" style="border:1px solid #c6c9ff;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Date and Time tags == * [[WordPress:Template_Tags/the_date_xml | the_date_xml]] * [[WordPress:Template_Tags/the_date | the_date]] * [[WordPress:Template_Tags/the_time | the_time]] * [[WordPress:Template_Tags/the_modified_date | the_modified_date]] (Version 2.1) * [[WordPress:Template_Tags/the_modified_time | the_modified_time]] * [[WordPress:Template_Tags/get_the_time | get_the_time]] (Version 1.5) * [[WordPress:Template_Tags/single_month_title | single_month_title]] * [[WordPress:Template_Tags/get_calendar | get_calendar]] * <s>[[WordPress:Template_Tags/the_weekday | the_weekday]]</s> (Deprecated) * <s>[[WordPress:Template_Tags/the_weekday_date | the_weekday_date]]</s> (Deprecated) |- valign="top" |bgcolor="#fbfbef" style="border:1px solid #ffc9c9;padding:1em;padding-top:0.5em; color: black;" width="50%"| == General tags == * [[WordPress:Template_Tags/bloginfo | bloginfo]] * [[WordPress:Template_Tags/bloginfo_rss | bloginfo_rss]] * [[WordPress:Template_Tags/get_bloginfo | get_bloginfo]] * [[WordPress:Template_Tags/get_bloginfo_rss | get_bloginfo_rss]] * [[WordPress:Template_Tags/wp_title | wp_title]] * [[WordPress:Template_Tags/wp_get_archives | wp_get_archives]] * <s>[[WordPress:Template_Tags/get_archives | get_archives]]</s> (Deprecated in 2.1) * [[WordPress:Template_Tags/get_calendar | get_calendar]] * [[WordPress:Template_Tags/get_posts | get_posts]] * [[WordPress:Template_Tags/wp_list_pages | wp_list_pages]] (Version 1.5) * [[WordPress:Template_Tags/wp_dropdown_pages | wp_dropdown_pages]] * [[WordPress:Template_Tags/wp_loginout | wp_loginout]] (Version 1.5) * [[WordPress:Template_Tags/wp_register | wp_register]] (Version 1.5) * [[WordPress:Template_Tags/query_posts | query_posts]] (Version 1.5) * [[WordPress:Template_Tags/rss_enclosure | rss_enclosure]] (Version 1.5) * [[WordPress:Template_Tags/the_search_query | the_search_query]] (Version 2.1) |valign="top" bgcolor="#f0f0ff" style="border:1px solid #c6c9ff;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Geo tags == Geo features were moved to a plugin implementation with WordPress 1.5. Tags in parentheses are the plugin version. * [[WordPress:Template_Tags/print_Lat | print_Lat]] (the_Lat) * [[WordPress:Template_Tags/print_Lon | print_Lon]] (the_Lon) * [[WordPress:Template_Tags/print_UrlPopNav | print_UrlPopNav]] (the_UrlPopNav) * [[WordPress:Template_Tags/print_AcmeMap_Url | print_AcmeMap_Url]] (the_AcmeMap_Url) * [[WordPress:Template_Tags/print_GeoURL_Url | print_GeoURL_Url]] (the_GeoURL_Url) * [[WordPress:Template_Tags/print_GeoCache_Url | print_GeoCache_Url]] (the_GeoCache_Url) * [[WordPress:Template_Tags/print_MapQuest_Url | print_MapQuest_Url]] (the_MapQuest_Url) * [[WordPress:Template_Tags/print_SideBit_Url | print_SideBit_Url]] (the_SideBit_Url) * [[WordPress:Template_Tags/print_DegreeConfluence_Url | print_DegreeConfluence_Url]] (the_DegreeConfluence_Url) * [[WordPress:Template_Tags/print_TopoZone_Url | print_TopoZone_Url]] (the_TopoZone_Url) * [[WordPress:Template_Tags/print_FindU_Url | print_FindU_Url]] (the_FindU_Url) * [[WordPress:Template_Tags/print_MapTech_Url | print_MapTech_Url]] (the_MapTech_Url) |- valign="top" |bgcolor="#fbfbef" style="border:1px solid #ffc9c9;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Link tags == * [[WordPress:Template_Tags/edit_post_link | edit_post_link]] * [[WordPress:Template_Tags/edit_comment_link | edit_comment_link]] * [[WordPress:Template_Tags/wp_link_pages | wp_link_pages]] * <s>[[WordPress:Template_Tags/link_pages | link_pages]]</s> (Deprecated in 2.1) * [[WordPress:Template_Tags/get_year_link | get_year_link]] * [[WordPress:Template_Tags/get_month_link | get_month_link]] * [[WordPress:Template_Tags/get_day_link | get_day_link]] * [[WordPress:Template_Tags/previous_posts_link | previous_posts_link]] * [[WordPress:Template_Tags/next_posts_link | next_posts_link]] |valign="top" bgcolor="#f0f0ff" style="border:1px solid #c6c9ff;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Links Manager tags == * <s>[[WordPress:Template_Tags/get_links_list | get_links_list]]</s> (Deprecated in 2.3) * <s>[[WordPress:Template_Tags/wp_get_links | wp_get_links]]</s> (Deprecated in 2.3) * <s>[[WordPress:Template_Tags/get_links | get_links]]</s> (Deprecated in 2.3) * <s>[[WordPress:Template_Tags/wp_get_linksbyname | wp_get_linksbyname]]</s> (Deprecated in 2.1) * <s>[[WordPress:Template_Tags/get_linksbyname | get_linksbyname]]</s> (Deprecated in 2.1) * [[WordPress:Template_Tags/wp_list_bookmarks | wp_list_bookmarks]] (Version 2.1) * [[WordPress:Template_Tags/get_bookmarks | get_bookmarks]] (Version 2.1) |- valign="top" |bgcolor="#fbfbef" style="border:1px solid #ffc9c9;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Permalink tags == * [[WordPress:Template_Tags/permalink_anchor | permalink_anchor]] * [[WordPress:Template_Tags/get_permalink | get_permalink]] * [[WordPress:Template_Tags/the_permalink | the_permalink]] * [[WordPress:Template_Tags/permalink_single_rss | permalink_single_rss]] |valign="top" bgcolor="#f0f0ff" style="border:1px solid #c6c9ff;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Post tags == While in [[WordPress:The Loop]], these values can be accessed through the <tt>$post</tt> object. * [[WordPress:Template_Tags/the_ID | the_ID]] * [[WordPress:Template_Tags/the_title | the_title]] * [[WordPress:Template_Tags/the_title_attribute | the_title_attribute]] (Version 2.3) * [[WordPress:Template_Tags/single_post_title | single_post_title]] * [[WordPress:Template_Tags/the_title_rss | the_title_rss]] * [[WordPress:Template_Tags/the_content | the_content]] * [[WordPress:Template_Tags/the_content_rss | the_content_rss]] * [[WordPress:Template_Tags/the_excerpt | the_excerpt]] * [[WordPress:Template_Tags/the_excerpt_rss | the_excerpt_rss]] * [[WordPress:Template_Tags/previous_post_link | previous_post_link]] * <s>[[WordPress:Template_Tags/previous_post | previous_post]]</s> (Deprecated) * [[WordPress:Template_Tags/next_post_link | next_post_link]] * <s>[[WordPress:Template_Tags/next_post | next_post]]</s> (Deprecated) * [[WordPress:Template_Tags/posts_nav_link | posts_nav_link]] * [[WordPress:Template_Tags/the_meta | the_meta]] * [[WordPress:Template_Tags/the_tags | the_tags]] (Version 2.3) |- valign="top" |bgcolor="#fbfbef" style="border:1px solid #ffc9c9;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Tag tags == * [[WordPress:Template_Tags/wp_tag_cloud | wp_tag_cloud]] (Version 2.3) * [[WordPress:Template_Tags/the_tags | the_tags]] (Version 2.3) * [[WordPress:Template_Tags/get_the_tags | get_the_tags]] (Version 2.3) * [[WordPress:Template_Tags/get_the_tag_list | get_the_tag_list]] (Version 2.3) * [[WordPress:Template_Tags/single_tag_title | single_tag_title]] (Version 2.3) |valign="top" bgcolor="#f0f0ff" style="border:1px solid #c6c9ff;padding:1em;padding-top:0.5em; color: black;" width="50%"| == Trackback tags == * [[WordPress:Template_Tags/trackback_url | trackback_url]] * [[WordPress:Template_Tags/trackback_rdf | trackback_rdf]] |} == External Resources == * [http://guff.szub.net/wordpress/template-tags/ szub.net: WordPress Template Tags reference page] * [http://solutoire.com/tagstention/ Solutoire.com: Template Tag Dreamweaver extension (TAGStention)] * French translation: [http://codex.wordpress.org/fr:Marqueurs_de_Modele http://codex.wordpress.org/fr:Marqueurs_de_Modele]
摘要:
請注意,您對站長百科的所有貢獻(xiàn)都可能被其他貢獻(xiàn)者編輯,修改或刪除。如果您不希望您的文字被任意修改和再散布,請不要提交。
您同時(shí)也要向我們保證您所提交的內(nèi)容是您自己所作,或得自一個(gè)不受版權(quán)保護(hù)或相似自由的來源(參閱
Wordpress-mediawiki:版權(quán)
的細(xì)節(jié))。
未經(jīng)許可,請勿提交受版權(quán)保護(hù)的作品!
取消
編輯幫助
(在新窗口中打開)
取自“
http://www.kktzf.com.cn/wiki/Template_Tags
”