• AymanEG

    (@aymaneg)


    Hello there,

    I am back with a new request.

    I have to admit that your plugin is the only one wich support really automatic tagging πŸ˜€

    Actually I am searching now for title to tag with ignore list feature.I tried one with the same name ,but does not work on auto post like yours.

    Can you include this feature ?! or can you help me to add the automation feature on post with title to tag.

    regards
    Ayman

    https://ww.wp.xz.cn/plugins/automatic-post-tagger/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Devtard

    (@devtard)

    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'));

    Thread Starter AymanEG

    (@aymaneg)

    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

    Plugin Author Devtard

    (@devtard)

    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.

    Thread Starter AymanEG

    (@aymaneg)

    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

    Plugin Author Devtard

    (@devtard)

    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 πŸ™‚

    Thread Starter AymanEG

    (@aymaneg)

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Title to tag’ is closed to new replies.