Title: WP AutoTags
Author: zhys
Published: <strong>22 กันยายน 2015</strong>
Last modified: 12 พฤษภาคม 2020

---

Search plugins

![](https://ps.w.org/wp-autotags/assets/banner-772x250.jpg?rev=1905357)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wp-autotags/assets/icon.svg?rev=2303399)

# WP AutoTags

 By [zhys](https://profiles.wordpress.org/yzhs/)

[Download](https://downloads.wordpress.org/plugin/wp-autotags.zip)

 * [Details](https://th.wordpress.org/plugins/wp-autotags/#description)
 * [Reviews](https://th.wordpress.org/plugins/wp-autotags/#reviews)
 *  [Installation](https://th.wordpress.org/plugins/wp-autotags/#installation)
 * [Development](https://th.wordpress.org/plugins/wp-autotags/#developers)

 [Support](https://wordpress.org/support/plugin/wp-autotags/)

## Description

英文:Often publish articles and updates people loves forgets to set tags when editing
an article, the article automatically add keywords tag. tag extraction based on 
TF-IDF implementation. Built-in [TF-IDF interface](http://cws.9sep.org/extract) 
does not work when you try to find an existing tag in WordPress. If found, these
markers are added to the post automatically each time you save the post.
 Ps：Go
to \”Settings» Writing \” Configure. TF-IDF only supports English and Chinese.Plugin
work in PHP5.5+. Visit [Official](http://www.9sep.org/wp-auto-tags) page.

Chinese：在文章发布以及修改时自动为没有设置标签的文章添加标签，标签的提取基于TF-
IDF实现。内置的[TF-IDF接口](http://cws.9sep.org/extract)无法正常工作时则通过WordPress
已有标签进行匹配添加工作。
 Ps：后台通过 设置->撰写 页面对插件进行配置。TF-IDF关键
词提取接口仅支持中文&英文文本 兼容性: 除WordPress、PHP巨大更新弃用基础函数库，本
插件在PHP5.5及以上版本正常工作 欢迎访问[WP AutoTags文章自动标签插件](http://www.9sep.org/wp-auto-tags)
查看详细简介，希望得到更多使用过程中遇到的问题或建议。

## Screenshots

 * [[
 * 简单演示: A simple preview after activating the plug-in

## Installation

 1. Download zip file
 2. Upload the WP AutoTags plugin to your blog
 3. Activate it

## FAQ

Please leave a message to plugins release page :). Visit [Comments Page](http://www.9sep.org/wp-auto-tags#comments).

## Reviews

![](https://secure.gravatar.com/avatar/aac4a9167eee735df14b70a820c082b3a36df260452ccc9abaf0d6ba45296ff7?
s=60&d=retro&r=g)

### 󠀁[thangks and report a bug](https://wordpress.org/support/topic/thangks-and-report-a-bug/)󠁿

 [heylogo](https://profiles.wordpress.org/heylogo/) 16 มีนาคม 2022

Maybe function wp_aatags_run should be like this below： function wp_aatags_run(
$post_ID) { $tags = get_option(‘wp_aatags_opts’); $number = get_option(‘wp_aatags_aadnumber’);
global $wpdb; if (!wp_is_post_revision($post_ID) && !get_the_tags($post_ID)) { $
post_title = get_post($post_ID)->post_title; $post_content = get_post($post_ID)-
>post_content; switch ($tags) { case 3: $requix = strtolower($post_title); break;
case 2: $requix = strtolower($post_title . ‘ ‘ . wp_trim_words($post_content, 999,”));
break; default: $requix = strtolower($post_title . ‘ ‘ . wp_trim_words($post_content,
333, ”)); break; } $body = wp_aatags_keycontents(wp_aatags_html2text($requix), $
number); if ($body != ‘rEr’) { $keywords = wp_aatags_kwsiconv($body); wp_add_post_tags(
$post_ID, $keywords); } else { wp_aatags_alts($post_ID, $post_title, $post_content);}}}

![](https://secure.gravatar.com/avatar/d4d8d2fe10d9d3030160d850f42e6abc7b40194f15f09071b022db6b7b11b8ad?
s=60&d=retro&r=g)

### 󠀁[请问能否让插件支持自定义文字类型](https://wordpress.org/support/topic/%e8%af%b7%e9%97%ae%e8%83%bd%e5%90%a6%e8%ae%a9%e6%8f%92%e4%bb%b6%e6%94%af%e6%8c%81%e8%87%aa%e5%ae%9a%e4%b9%89%e6%96%87%e5%ad%97%e7%b1%bb%e5%9e%8b/)󠁿

 [cafebox](https://profiles.wordpress.org/cafebox/) 26 พฤษภาคม 2020

请问能否让插件支持自定义文字类型

 [ Read all 1 review ](https://wordpress.org/support/plugin/wp-autotags/reviews/)

## Contributors & Developers

“WP AutoTags” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ zhys ](https://profiles.wordpress.org/yzhs/)

[Translate “WP AutoTags” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-autotags)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-autotags/), check
out the [SVN repository](https://plugins.svn.wordpress.org/wp-autotags/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/wp-autotags/) by
[RSS](https://plugins.trac.wordpress.org/log/wp-autotags/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

2020-05-12 v0.1.14 Fix svg ico,Tested up to 5.4.1
 2019-04-20 v0.1.12 Fix des,Tested
up to 5.1.1 2018-07-06 v0.1.11 Fix Remove the digital label ,Add simple preview 
2016-02-28 v0.1.7 Fix inclusion of special characters THX@Mark 🙂 2015-09-27 v0.1.5
test plugin supports WordPress version and fix the plugin description 2015-09-20
v0.1.3 fix plugin function name

## Meta

 *  Version **0.1.14**
 *  Last updated **6 ปี ago**
 *  Active installations **1,000+**
 *  WordPress version ** 3.5.1 or higher **
 *  Tested up to **5.4.19**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-autotags/)
 * Tags
 * [auto tags](https://th.wordpress.org/plugins/tags/auto-tags/)[autotags](https://th.wordpress.org/plugins/tags/autotags/)
 *  [Advanced View](https://th.wordpress.org/plugins/wp-autotags/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-autotags/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-autotags/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-autotags/reviews/)

## Contributors

 *   [ zhys ](https://profiles.wordpress.org/yzhs/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-autotags/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.9sep.org/)