Im using woocommerce and I need a way to tag products based on the category of the product. If the product was placed in the dress category, I would want it tagged with dresses, skits, etc. This is to help the search functionality.
Ideally I would set the tags I wanted applied to each category and then it would auto tag all products based on the category it is in.
]]>Possible?
Great plugin tho! ??
Line 57:
if ( strpos($post->post_content, $pattern))
If your keyword is the very first word, strpos will return position 0, which will cause this to fail.
Instead, it should be:
if ( strpos($post->post_content, $pattern) !== false)
Also, I prefer a case insensitive search. In that case:
if ( stripos($post->post_content, $pattern) !== false)
]]>
Hi, I been using this plugin for 2 years o more. But I need something special to me. When I made a post the Doc′s Auto-tags works perfectly. In my site the post only need to be online for one month, the next one the post change and the tags too. I need to remove the tags one by one before to push the Update button to get only the new tags. I′m looking for a solution. I tried to find a code to modified your plugin. I put in the // main auto-tagging functionality before the // append tags but does′t seem to work. Please help me with de right code to do that simple thing. Give me just the code or maybe you want to update to a new version with this fuction in your plugin. I appreciate so much. Thank You.
]]>Anyone else have this problem? Is the author still supporting this plugin?
It works wonderfully for tags, but it doesn’t work at all for Categories – which is what I really need it to do.
Any help or ideas would be greatly appreciated!
]]>I’m looking for the solution to make it @scan the custom fields for text strings…
any help?
cheers!
]]>Does not work at all, no error, nothing happens when I save posts.
]]>How much of a hassle would be to make it work only with titles and not with all the content?
]]>Great update!
Could you add multiple keywords per category?
WP Auto Tagger has that feature but only for tags …
Cheers!
]]>Hi,
I see your plugin very useful, specially if it could set categories instead of tags… It should not be a problem, since it’s also taxonomy, therefore would you/anybody be so kind and explain me how to hack the plugin to set categories instead of tags?
thanks,
Mike
Everything seemed to go fine with the install and the plugin seems to be working fine, but after install when I first loaded the settings page, this error appeared:
Warning: Invalid argument supplied for foreach() in /home/zsfhgqtd/public_html/3_animalsneedinghomes/wp-content/plugins/docs-auto-tags/docs-auto-tags.php on line 99
I added a tag setting and saved the settings, after saving the error message was not there.
Great plugin (if the error message above is nothing serious), thanks for sharing.
On a related note, would it be difficult to recreate this plugin but to add categories instead of tags, or does anyone know of any plugins that can do that?
Thanks again
]]>