add tags automatically
Budget: €12 – €18 EUR
I need to automate the generation of tags in the news. It could be done by improving the installed plugin (autotag content plugin) that adds the tags when the article is saved. But what I now want is to be able to do it also automatically without the need for it to be executed on save. In other words, it places tags even though the article has never been saved (for example, it is useful for imported news that we do not modify and therefore do not save).
Another way to do it (and perhaps best) is to make a server script, which can be run with cron, and periodically check the tag database against the text in the articles, and add the tags if you find those words in the article text.
As we are adding new tags as time goes by, I need these tags to be incorporated into the old articles.
What you would really need is to run that process every month for older items, but also run hourly for items that have arrived that day.
Another way to do it (and perhaps best) is to make a server script, which can be run with cron, and periodically check the tag database against the text in the articles, and add the tags if you find those words in the article text.
As we are adding new tags as time goes by, I need these tags to be incorporated into the old articles.
What you would really need is to run that process every month for older items, but also run hourly for items that have arrived that day.