Title: WP AutoTags
Author: zhys
Published: <strong>22. September 2015</strong>
Last modified: 12. Mai 2020

---

Plugins suchen

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

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# WP AutoTags

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

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

 * [Details](https://de.wordpress.org/plugins/wp-autotags/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/wp-autotags/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/wp-autotags/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/wp-autotags/#developers)

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

## Beschreibung

英文: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⌉⌊简单演示: A simple preview
after activating the plug-in⌉[

简单演示: 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).

## Rezensionen

![](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. März 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. Mai 2020

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

 [ 1 Rezension lesen ](https://wordpress.org/support/plugin/wp-autotags/reviews/)

## Mitwirkende und Entwickler

„WP AutoTags“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

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

[Übersetze „WP AutoTags“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/wp-autotags)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/wp-autotags/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/wp-autotags/) an
oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/wp-autotags/)
per [RSS](https://plugins.trac.wordpress.org/log/wp-autotags/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

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**
 *  Zuletzt aktualisiert **vor 6 Jahren**
 *  Aktive Installationen **1.000+**
 *  WordPress-Version ** 3.5.1 oder höher **
 *  Getestet bis **5.4.23**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/wp-autotags/)
 * Schlagwörter
 * [auto tags](https://de.wordpress.org/plugins/tags/auto-tags/)[autotags](https://de.wordpress.org/plugins/tags/autotags/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/wp-autotags/advanced/)

## Bewertungen

 5 von 5 Sternen.

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

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/wp-autotags/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

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

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://www.9sep.org/)