Hi again π I can’t say I think this is a useful feature, so I’m probably not going to implement this (especially if there’s already a plugin for it).
I’m guessing you want the plugin to process posts imported to WP, correct? If that’s the case, try adding this line into the function __construct() (line 127):
add_action('wp_insert_post', array(&$this, 'convert'));
Hello,
Why its useful : I run a news website and want to show related posts by tags so it will be the most related posts, so I must have tags which are very accurate. Converting title to tags will be awesome for this purpose π
I want the plugin to “work” like yours : add tags when new posts are published with automatic import.
So all need to edit is the save / publish option of the plugin and use your engine to add new tags.
PS: adding the line did not work for me.
Thanks for our time
regards
Ayman
Why its useful : I run a news website and want to show related posts by tags so it will be the most related posts, so I must have tags which are very accurate. Converting title to tags will be awesome for this purpose π
Ah, but the plugin just converts keywords in titles to tags – not entire titles, correct? If you actually don’t want entire titles to be added as tags, why run another plugin? Doesn’t APT already do this? Or am I missing something?
PS: adding the line did not work for me.
Hmm, you are right. I use the same hook in my plugin, but it seems it doesn’t work here for some reason. I’d try contacting the plugin’s developer then.
APT work just great for this purpose, but here is the situation :
I run an automatic news website and I am away from internet for a week or something. New breaking news are happening like : Nebal earthquake or some thing else. I have to go to APT and manually add “Nebal” to the tag keywords ,so when you preview the “Nebal earthquake” news it will show you the related one by tag ” Nebal”.
What I actually need : A plugin which can
split title words , refine them through a black/igonre list , and add every word to the tag cloud. Sure this should work just like your plugin : automatically when post : Published or updated or inserted !
I know that its very complicated ,but its possible I think π
Kindly if you have time, work on this.
regards
Ayman
Makes sense, got it. Something like this is actually already on my to-do list – I’m planning to implement regex templates for keywords which should be added as taxonomy terms but which aren’t in the database, e.g. hashtags etc. In your case you would just need a reeeeally long regular expression with all the ignored words/strings.
I can’t take a look at it right away, but if you aren’t in a hurry and willing to wait a few days, leave me an email address, and I’ll contact you then. Gotta release v1.8 in the meantime π
Of course I can wait. My project is still at beta stage and have issues with my current hosting company.
If you can do this , it will be the first plugin that can do so. I spent the last couple of days googling for it with no result.
regards
Ayman
themagedy[at]gmail.com