Plugin info

Total downloads: 4,398
Active installs: 100
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 9/24/2014 (4170 days ago)
Added to WordPress: 4/13/2011 (14 years old)
Minimum WordPress version: 2.8
Tested up to WordPress version: 4.0.38
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4170 days ago • 1 reviews

22/100

Is Doc’s Auto-tags abandoned?

Possibly abandoned (last update 4170 days ago).

Compatibility

Requires WordPress: 2.8
Tested up to: 4.0.38
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Meta Tag Manager
Rating 4.8/5 (76 reviews)Active installs 80,000
Media Library Assistant
Rating 4.8/5 (196 reviews)Active installs 70,000
Post Tags and Categories for Pages
Rating 4.8/5 (23 reviews)Active installs 20,000
Cool Tag Cloud
Rating 4.9/5 (52 reviews)Active installs 10,000
Visual Term Description Editor
Rating 5.0/5 (21 reviews)Active installs 10,000
Head Meta Data
Rating 4.8/5 (19 reviews)Active installs 10,000

Description

Assigns tags to posts containing specific text strings, handy for filtering within the loop. A gift to @docrock from @johnleblanc to help keep Instagr.am image posts out of the mrdocrock.com homepage loop. Born April 13, 2011 in Kaneohe, HI.

Installation

  1. Install from the Plugins page within the Dashboard. For those with too much free time, download from the plugin page or subversion repository and upload docs-auto-tags to your plugins directory (usually /wp-content/plugins/ unless you’ve defined a custom value by overriding the WP_PLUGINS_DIR constant).
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Configure your settings within the ‘Tools’ area in the Dashboard

Frequently Asked Questions

Great, my newly saved posts are being auto-tagged. How do I filter posts by tag within the WordPress Loop?

An example of query_posts():

Here’s a cleaner version excluding posts tagged with tag ID 42:
array( 10 ),
‘tag__not_in’ => array( 42 ),
‘paged’ => $paged,
);
query_posts($args);
?>

Review feed

No reviews available

Screenshots

  1. Configuration interface where text strings and corresponding tags (and/or categories) are defined: Tools -> Doc's Auto-Tags

    Configuration interface where text strings and corresponding tags (and/or categories) are defined: Tools -> Doc's Auto-Tags

Changelog

0.7.1

Repo cleanup: release tagged with 0.6.1 was in a directory named 1.6.1 somehow

0.7

Applied fixes courtesy of Boris Kuzmanovic https://wordpress.org/support/topic/a-bug-found
Added plugin icon

0.6.1

Fixed another “Warning: Invalid argument supplied for foreach()” for real this time

0.6

Added Category support by request.

0.5

Fixed “Warning: Invalid argument supplied for foreach()” error https://wordpress.org/support/topic/plugin-docs-auto-tags-error-message-on-settings-page-after-install?replies=1#post-2456270

0.4

Documentation cleanup

0.3

Fix a bum function reference

0.2

Added management page

0.1

Initial Release