WordPress: Template Tags/bloginfo:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
无编辑摘要
 
第20行: 第20行:


===显示博客描述===
===显示博客描述===
Displays Tagline for your blog as set in the Administration panel under '''General Options'''.


显示你的博客的Tagline,设置在管理面板中的'''总选项'''下面。
显示你的博客的Tagline,设置在管理面板中的'''总选项'''下面。


  &lt;p&gt;<?php bloginfo('description'); ?> &lt;/p&gt;
  &lt;p&gt;<?php bloginfo('description'); ?> &lt;/p&gt;
&lt;p&gt;<?php bloginfo('描述'); ?> &lt;/p&gt;
== Parameters ==


== 参数 ==
== 参数 ==


; show : (''string'') Informational detail about your blog. Valid values:
; show : (''string'')关于你的博客的详细信息。有效的参数值:
 
;显示:(''string'')关于你的博客的详细信息。有效的参数值:
 
:* <tt>'name'</tt> - Weblog title; set in General Options. (Default)
 
:* <tt>'名称'</tt> -网络日志标题;设置在总选项中。(默认)
 
:* <tt>'description'</tt> - Tagline for your blog; set in General Options.


:* <tt>'描述'</tt> -你的博客的tagline;设置在总选项中。
:* <tt>'name'</tt> - 网络日志标题;设置在总选项中。(默认)


:* <tt>'url'</tt> - [[WordPress:Glossary#URI and URL|URL]] for your blog's web site address.
:* <tt>'description'</tt> - 你的博客的tagline;设置在总选项中。


:* <tt>'url'</tt> -你的博客的网站地址的[[WordPress:Glossary#URI and URL|URL]]。
:* <tt>'url'</tt> -你的博客的网站地址的[[WordPress:Glossary#URI and URL|URL]]。
:* <tt>'rdf_url'</tt> - URL for [[WordPress:Glossary#RDF|RDF]]/RSS 1.0 feed.


:* <tt>'rdf_url'</tt> -[[WordPress:Glossary#RDF|RDF]]/RSS 1.0 feed的URL。
:* <tt>'rdf_url'</tt> -[[WordPress:Glossary#RDF|RDF]]/RSS 1.0 feed的URL。
:* <tt>'rss_url'</tt> - URL for [[WordPress:Glossary#RSS|RSS]] 0.92 feed.


:* <tt>'rss_url'</tt> -[[WordPress:Glossary#RSS|RSS]] 0.92 feed的URL。
:* <tt>'rss_url'</tt> -[[WordPress:Glossary#RSS|RSS]] 0.92 feed的URL。
:* <tt>'rss2_url'</tt> - URL for RSS 2.0 feed.


:* <tt>'rss2_url'</tt> - RSS 2.0 feed的URL。
:* <tt>'rss2_url'</tt> - RSS 2.0 feed的URL。
:* <tt>'atom_url'</tt> - URL for [[WordPress:Glossary#Atom|Atom]] feed.


:* <tt>'atom_url'</tt> -[[WordPress:Glossary#Atom|Atom]] feed的URL。
:* <tt>'atom_url'</tt> -[[WordPress:Glossary#Atom|Atom]] feed的URL。


:* <tt>'comments_rss2_url'</tt> - URL for comments RSS 2.0 feed.
:* <tt>'comments_rss2_url'</tt> - URL for comments RSS 2.0 feed.
:* <tt>'评论_rss2_url'</tt> -评论RSS 2.0 feed的URL。
:* <tt>'pingback_url'</tt> - URL for [[WordPress:Glossary#PingBack|Pingback]] (XML-RPC file).


:* <tt>'pingback_url'</tt> -[[WordPress:Glossary#PingBack|Pingback]] (XML-RPC 文件)的URL。
:* <tt>'pingback_url'</tt> -[[WordPress:Glossary#PingBack|Pingback]] (XML-RPC 文件)的URL。


:* <tt>'admin_email'</tt> - Administrator's email address; set in General Options.
:* <tt>'admin_email'</tt> - 管理员的电子邮件地址;设置在一般选项中。
 
:* <tt>'管理_电子邮件'</tt> -管理员的电子邮件地址;设置在一般选项中。
 
:* <tt>'charset'</tt> - Character encoding for your blog; set in Reading Options.


:* <tt>'charset'</tt> -你的博客的字符编码;设置在阅读选项中。
:* <tt>'charset'</tt> -你的博客的字符编码;设置在阅读选项中。


:* <tt>'version'</tt> - Version of WordPress your blog uses.
:* <tt>'version'</tt> - 你的博客使用的WordPress版本。
 
:* <tt>'版本'</tt> -你的博客使用的WordPress版本。
 
:* <tt>'text_direction'</tt> - Returns 'rtl' for right to left or 'ltr' for left to right (Default).
 
:* <tt>'文本_方向'</tt> -从右到左,返回'rtl',从左到右返回'ltr'(默认)。
 
: '''The following work in WordPress version 1.5 or after:'''


:* <tt>'text_direction'</tt> - 从右到左,返回'rtl',从左到右返回'ltr'(默认)。


: '''下面的,在WordPress1.5版本或者以后的版本中运行::'''
: '''下面的,在WordPress1.5版本或者以后的版本中运行::'''




:* <tt>'html_type'</tt> - "Content-type" for your blog.
:* <tt>'html_type'</tt> - 你的博客的 "内容类型" 。
 
:* <tt>'html_类型'</tt> -你的博客的 "内容类型" 。
 
:* <tt>'wpurl'</tt> - URL for WordPress installation.
 
:* <tt>'wpurl'</tt> -WordPress安装的URL。


:* <tt>'template_url'</tt> - URL for template in use.
:* <tt>'wpurl'</tt> - WordPress安装的URL。


:* <tt>'模板_url'</tt> -使用的模板的URL。
:* <tt>'template_url'</tt> - 使用的模板的URL。


:* <tt>'template_directory'</tt> -  URL for template's directory.
:* <tt>'template_directory'</tt> -  模板的目录的URL。


:* <tt>'模板_目录'</tt> -模板的目录的URL。
:* <tt>'stylesheet_url'</tt> - 主要的[[WordPress:Glossary#CSS|CSS]]文件的URL。返回: http//example.com/wp-content/themes/ + your-active-theme-name(value from wp_options, "stylesheet" row)  + "/style.css"(hardcoded in wp-includes/theme.php)
 
:* <tt>'stylesheet_url'</tt> - URL for primary [[WordPress:Glossary#CSS|CSS]] file. Returns: http//example.com/wp-content/themes/ + your-active-theme-name(value from wp_options, "stylesheet" row)  + "/style.css"(hardcoded in wp-includes/theme.php)
 
:* <tt>'样式表_url'</tt> -主要的[[WordPress:Glossary#CSS|CSS]]文件的URL。返回:http//example.com/wp-content/themes/ + your-active-theme-name(来自wp_选项的参数值, "样式表" 排)  + "/style.css"(hardcoded in wp-includes/theme.php)
 
=== Deprecated Parameters ===


=== 取消的参数 ===
=== 取消的参数 ===


* <tt>'stylesheet_directory'</tt> - URL for stylesheet directory. (Deprecated in 2.3.1)
* <tt>'stylesheet_directory'</tt> - 样式表目录的URL。 (2.3.1版本中这个已经取消了)
 
* <tt>'样式表_目录'</tt> - 样式表目录的URL。 (2.3.1版本中这个已经取消了)
 
== Related ==
 
{{Tag General Tags}}
 
{{Tag Footer}}
 
[[WordPress:Category:Template Tags]]





2008年7月12日 (六) 18:02的最新版本

描述[ ]

显示关于你的博客的信息,这些信息大多数是从WordPress管理面板,用户基本资料总选项中,你提供的信息中,收集到的。这些信息可以在网页模板的任何位置使用,通过向浏览器提供结果。如果你需要在PHP中使用参数值,请使用get_bloginfo()

用法[ ]

%%% <?php bloginfo('show'); ?> %%%

例子[ ]

显示博客标题[ ]

在<h1>标签中显示你的博客标题。

<h1><?php bloginfo('name'); ?></h1>

显示字符集[ ]

显示你的博客使用的字符集(例如:utf-8)

<p>字符集: <?php bloginfo('charset'); ?> </p>

显示博客描述[ ]

显示你的博客的Tagline,设置在管理面板中的总选项下面。

<p><?php bloginfo('description'); ?> </p>

参数[ ]

show
(string)关于你的博客的详细信息。有效的参数值:
  • 'name' - 网络日志标题;设置在总选项中。(默认)
  • 'description' - 你的博客的tagline;设置在总选项中。
  • 'url' -你的博客的网站地址的URL
  • 'rdf_url' -RDF/RSS 1.0 feed的URL。
  • 'rss_url' -RSS 0.92 feed的URL。
  • 'rss2_url' - RSS 2.0 feed的URL。
  • 'atom_url' -Atom feed的URL。
  • 'comments_rss2_url' - URL for comments RSS 2.0 feed.
  • 'pingback_url' -Pingback (XML-RPC 文件)的URL。
  • 'admin_email' - 管理员的电子邮件地址;设置在一般选项中。
  • 'charset' -你的博客的字符编码;设置在阅读选项中。
  • 'version' - 你的博客使用的WordPress版本。
  • 'text_direction' - 从右到左,返回'rtl',从左到右返回'ltr'(默认)。
下面的,在WordPress1.5版本或者以后的版本中运行::


  • 'html_type' - 你的博客的 "内容类型" 。
  • 'wpurl' - WordPress安装的URL。
  • 'template_url' - 使用的模板的URL。
  • 'template_directory' - 模板的目录的URL。
  • 'stylesheet_url' - 主要的CSS文件的URL。返回: http//example.com/wp-content/themes/ + your-active-theme-name(value from wp_options, "stylesheet" row) + "/style.css"(hardcoded in wp-includes/theme.php)

取消的参数[ ]

  • 'stylesheet_directory' - 样式表目录的URL。 (2.3.1版本中这个已经取消了)


相关的[ ]

模板:标签 一般标签

类别:模板标签