1. <?php bloginfo(’name’); ?> : 博客名称(Title)   
  2. <?php bloginfo(’stylesheet_url’); ?> : CSS 文件路径   
  3. <?php bloginfo(’pingback_url’); ?> : PingBack Url   
  4. <?php bloginfo(’template_url’); ?> : 模板文件路径   
  5. <?php bloginfo(’version’); ?> : WordPress 版本   
  6. <?php bloginfo(’atom_url’); ?> : Atom Url   
  7. <?php bloginfo(’rss2_url’); ?> : RSS 2.o Url   
  8. <?php bloginfo(’url’); ?> : 博客 Url   
  9. <?php bloginfo(’html_type’); ?> : 网页Html 类型   
  10. <?php bloginfo(’charset’); ?> : 网页编码   
  11. <?php bloginfo(’description’); ?> : 博客描述   
  12. <?php wp_title(); ?> : 特定内容页(Post/Page)的标题  
 转载自:http://www.bingboke.com/wordpress-site-header-part-of-the-commonly-used-template-function.html

相关文章:

  • 2021-10-13
  • 2022-12-23
  • 2021-05-14
  • 2021-08-14
  • 2021-03-30
  • 2021-11-29
  • 2021-12-11
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-22
  • 2021-06-27
  • 2021-08-03
  • 2021-05-19
  • 2021-12-22
相关资源
相似解决方案