Linux 软件免费装
Banner图

Automatic Post Tagger

开发者 Devtard
更新时间 2015年11月18日 20:38
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 4.4
版权: GPLv3 or later
版权网址: 版权信息

标签

post posts tags seo keywords tag woocommerce taxonomies taxonomy auto tags tagger tagging

下载

1.8.1 1.8.2

详情介绍:

This plugin automatically searches posts when they are published/imported/saved and adds new taxonomy terms (tags by default) if term names or related keywords from a user-created keyword list are found. Features

安装:

  1. Install and activate the plugin.
  2. Configure the plugin (Settings > Automatic Post Tagger).
  3. Create or import keyword sets. Term names represent taxonomy terms (tags by default) which will be added to posts when they or the keyword set's Related keywords are found. Keyword sets can be categorized into custom Configuration groups with custom settings for selected keyword sets.
  4. Publish/import/save posts. You can also use the Bulk tagging tool to process all of your already existing posts.

屏幕截图:

  • Administration interface
  • Bulk tagging in action
  • Widget for creating new keyword sets displayed next to the post editor

升级注意事项:

1.8.2
  • Bug fixes
1.8.1
  • Bug fix
1.8
  • Multiple new features and bug fixes

常见问题:

1: How to make the plugin add taxonomy terms to drafts as well?

By default only newly published and imported posts are automatically tagged. If you want to see the plugin in action when writing new posts or editing drafts, enable the option "Run APT when posts are: Saved" and add the post status "draft" to the option "Allowed post statuses".

2: PHP's "max_input_vars" limit has been exceeded and I can't edit or delete keyword sets/configuration groups.

You may encounter this problem if the plugin stores a lot of keyword set/configuration group items in the database and your PHP configuration prevents input fields from being submitted if there's too many of them. You can fix this by doing one of the following:

  1. Change the "Item editor mode" to "CSV".
  2. If you can modify your PHP configuration, change the variable "max_input_vars" in your php.ini file to a higher value (1000 is usually the default value).

3: I'm getting the "Maximum execution time of XY seconds exceeded" error when tagging posts.

This might happen if your posts are large or you have a lot of keyword sets in the database. Here's what you can do:

  1. Remove some of your word separators (or enable the option "Replace non-alphanumeric characters with spaces" to ignore them completely).
  2. Enable the option "Analyze only XY characters starting at position XY".
  3. Lower the number of posts tagged per cycle when using the Bulk tagging tool.
  4. If you can modify your PHP configuration, change the variable "max_execution_time" in your php.ini file to a higher value (30 is usually the default value).

4: Which post import tools are compatible with APT?

So far APT has been successfully tested with the following:

If your post import tool/plugin is not compatible with APT, you can still set up recurring bulk tagging events to regularly process new posts.

5: Can APT tag posts written in Chinese, Japanese, Korean and similar languages?

Yes. You will have to enclose every single logogram used as a related keyword in wildcards or disable automatic input correction and replace all word separators with one string separator. See this page for more information.

6: How to add categories to posts?

Add the taxonomy "category" to configuration groups of your choice.

7: How to add tags and categories to WooCommerce products?

Add the post type "product" to the option "Allowed post types", enable the option "Run APT when posts are: Saved" and add taxonomies "product_tag" and "product_cat" to configuration groups of your choice.

更新日志:

1.8.2 (2015-11-18) Fixed: 1.8.1 (2015-06-07) Fixed: 1.8 (2015-06-07) New features: Other changes: