Linux 软件免费装

Blogger Title Fix

开发者 poco
更新时间 2015年10月2日 09:46
捐献地址: 去捐款
PHP版本: 2.8 及以上
WordPress版本: 2.9.2

标签

title blogger

下载

0.1 0.2 2.0 2.1 2.2

详情介绍:

If you have ever imported a Blogger blog into WordPress you probably have some posts that were originally missing a title. During the import, a title (and post slug) was created for the post that looks like a large numerical value. I believe this is the original Blogger post ID, I guess the importer needed something to use. What this plugin does is replace those ugly numerical titles with the first few words of your post, like Blogger did. By simply enabling the plugin, any post that matches the �ugly title� filter will have the title replaced by the first 48 characters of the post.

安装:

  1. Upload all the files to the /wp-content/plugins/blogger-title-fix directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure the plugin in the Options admin tab. As of version 2.0 it is now in the Plugins tab.

更新日志:

0.1 0.2 2.0 2.1 2.2 Removed usage of second parameter for the_title filter, it was inconsistent - relies on global "post" to generate the new title.