Devtard
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Post Tagger] Not Working For New PostI want to say that the plugin DO work with “Arabic language” so you can say that in the feature list <3
Thanks for the feedback, I’ll consider it.
Can you work on the cron soon !?
I’ll try to include this feature in the next version (it should be released sometimes this June).
Forum: Plugins
In reply to: [Automatic Post Tagger] Not Working For New PostHey Ayman, I’m glad you like it 🙂
Post import plugins which add tags to imported posts are generally incompatible with APT, and I still haven’t found a way to fix this (other then by modifying the code of these plugins, which is not possible in this case, since posts are being added remotely via the IFTTT service).
Try deleting all tags from your IFTTT recipe – if there are any – maybe that will help.
If it won’t, then until I figure out how to solve this problem, the obvious workaround would be implementing a cron that would automatically run the bulk tagging tool as you suggested.
Forum: Plugins
In reply to: [WP-SpamShield] Comment can't be submitted if the author's name is missingWow, that was fast. The bug is gone, awesome. Keep up the good work!
Forum: Plugins
In reply to: [WP-SpamShield] Comment can't be submitted if the author's name is missingNo problem. Thanks for your time 🙂
Hi, this can be done with wildcards. Set the related words “plugin*wordpress” (or “plugin*wordpress,wordpress*plugin“) to the keyword “WordPress plugin”, then APT should work the way you want.
Forum: Plugins
In reply to: [Automatic Post Tagger] Private development workSure. My Gmail ID is “devtard”.
Forum: Plugins
In reply to: [Automatic Post Tagger] Private development workAh, I see, that could be done, of course (I guess you’ve already seen my Patreon page then). What do you mean by “now” – do you want the new version with these modifications to be released ASAP?
Forum: Plugins
In reply to: [Automatic Post Tagger] Private development workHi, what exactly do you have in mind? Would you want me to do custom modifications of the plugin for you or something like that?
Forum: Plugins
In reply to: [Automatic Post Tagger] APT doesn't work with WP ALL IMPORTHi, it seems that APT processes imported posts just fine if I comment out the line 1641 in the file /wp-all-import/models/import/record.php like this:
//
$this->associate_terms($pid, ( empty($assign_taxes) ? false : $assign_taxes ), $tx_name, $logger, $is_cron);Try it out and let me know if that works for you or not.
Forum: Plugins
In reply to: [Automatic Post Tagger] How to define Tag sizeHi, I assume you are talking about the tag cloud widget, right? This might help: https://ww.wp.xz.cn/support/topic/how-to-change-tag-cloud-font-size-in-twenty-twelve-theme?replies=3#post-4313127
Forum: Plugins
In reply to: [Automatic Post Tagger] Regex problemSorry that I wasn’t able to reply sooner. I’m glad to hear that. 🙂
Forum: Plugins
In reply to: [Automatic Post Tagger] Regex problemThe current version doesn’t support regular expressions per se, only wildcards in Related words (symbols which can represent any regex of your choice: APT > Miscellaneous > Wildcard pattern). Full regex support should be included in one of the next versions though.
Forum: Plugins
In reply to: [Automatic Post Tagger] Regex problemHi, I’m not sure if I understand the question. Currently it’s not possible to use regular expressions in keywords.
Forum: Plugins
In reply to: [Automatic Post Tagger] Tag 2 KeywordsThis might help you understand what I mean: http://devtard.com/?attachment_id=1007
You don’t necessarily have to use a spreadsheet to do this – you can also use the textarea on the plugin settings page which allows editing all keywords at once (it will appear after you change the “Keyword editor mode” option), but it’s easier.
Forum: Plugins
In reply to: [Automatic Post Tagger] Tag 2 KeywordsHi, only related words can have multiple items; keyword names can’t (unless you want the whole thing to be added as a tag, which is probably not the case).
If I understand you correctly and you want APT to add multiple tags to posts if certain related words are found, probably the easiest solution is creating several different keywords with the same related words.
If you have a lot of these keywords, I would suggest using some spreadsheet software to assign all the related words to each keyword (in MS Excel or OpenOffice Calc you can do this with just a few clicks), and then importing the data to APT as a CSV file.