這個函式是用來顯示blog的相關資訊。
使用方法:
bloginfo(‘參數名稱’);
相關參數:
admin_email = admin@example.com
atom_url = http://www.example.com/home/feed/atom
charset = UTF-8
comments_atom_url = http://www.example.com/home/comments/feed/atom
comments_rss2_url = http://www.example.com/home/comments/feed
description = Just another WordPress blog
home = http://www.example.com/home (DEPRECATED! use url option instead)
html_type = text/html
language = en-US
name = Testpilot
pingback_url = http://www.example.com/home/wp/xmlrpc.php
rdf_url = http://www.example.com/home/feed/rdf
rss2_url = http://www.example.com/home/feed
rss_url = http://www.example.com/home/feed/rss
siteurl = http://www.example.com/home (DEPRECATED! use url option instead)
stylesheet_directory = http://www.example.com/home/wp/wp-content/themes/largo
stylesheet_url = http://www.example.com/home/wp/wp-content/themes/largo/style.css
template_directory = http://www.example.com/home/wp/wp-content/themes/largo
template_url = http://www.example.com/home/wp/wp-content/themes/largo
text_direction = ltr
url = http://www.example.com/home
version = 3.5
wpurl = http://www.example.com/home/wp
程式碼位置:
wp-includes/general-template.php
相關函式:
bloginfo() 是 get_bloginfo() 的alias
參考來源:http://codex.wordpress.org/Template_Tags/bloginfo
你或許會想要看:
- WordPress 4.2 發佈了,命名為 “Powell”
- 超推薦 WordPress 上最完整的 Google 服務外掛 [功能啟用與畫面配置]
- 超推薦 WordPress 上最完整的 Google 服務外掛 [介紹篇]
- [wordpress] 如何讓文章 (post) 也能套用不同的版型?
- 單一個wordpress網站使用多個網址
- [wordpress] 取的某分類頁面的term_id
- [教學] ckeditor 4.3 開啟上傳圖檔與瀏覽檔案功能
- [wordpress] 製作像 bootstrap 樣式的導航條、工具列
- [wordpress] register_taxonomy 自定新的分類
- [wordpress] 取的文章內容的第一張圖語法