WordPress 3.1 出来了。很奇怪升级完之后只要登录页面的顶部就会出现一个白条。刚开始以为是模版的原因,但是查了一下代码竟然是在 里的 wp_head() 中自动生成的。我猜想一定有什么重大更新吧。去官网一看果然这次有很多大的改进。这个白条是新加入的 Admin Bar 功能引起,至于为什么不能正常显示,我猜应该是模版问题吧。没有细察,网上搜了下取消显示 Admin Bar 的方法。

关闭管理条

去后台 -> 用户 -> 我的资料,把显示管理工具栏中的勾给去掉。

快捷的内部链接

发文章时要链接到站内的文章怎么办?不用手动找了,现在插入链接时能通过关键字搜索到需要的文章,自动插入。

然后然后,其他的,没那么重要了

  • Streamlined Writing Interface – new users of WordPress will find the write screen much less cluttered than before, as more of the options are hidden by default. You can click on Screen Options in the top right to bring them back.
  • Post Formats – meta information that can be used by themes to customize presentation of a post. Read more in the article Post Formats.
  • Network Admin – move Super Admin menus and related pages out of the regular admin and into a new Network Admin screen.
  • List-type Admin Screens – sortable columns for list-type screens and better pagination.
  • Exporter/Importer Overhaul – many under the hood changes including adding author information, better handling for taxonomies and terms, and proper support for navigation menus.
  • Custom Content Type Improvements – allows developers to generate archive pages, and have better menu and capability controls. Read more in the article Post Types.
  • Advanced Queries – allows developers to query multiple taxonomies and custom fields.
  • Refreshed Blue Admin Color Scheme – puts the focus more squarely on your content.