Devtard
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Post Tagger] Stops working after plugin update1) Is APT able to process posts according to the “At a glance” widget?
2) Is the option “Run APT when posts are: Saved” checked?
3) If you want the plugin to process drafts, please make sure that this post status is included in the option “Allowed post statuses”.Forum: Plugins
In reply to: [Automatic Post Tagger] Custom post types work perfectly, but…Do you mean gmail id as in: [id]@gmail.com ?
Yup. Please don’t forget to send me a detailed description of your request.
Forum: Plugins
In reply to: [Automatic Post Tagger] Custom post types work perfectly, but…My to-do list for the next version isn’t exactly short, so I actually have no idea when it’s going to be released. But I could send you the latest development version once this feature is implemented. My Gmail ID is “devtard”; feel free to contact me or leave me your email address.
Forum: Plugins
In reply to: [Automatic Post Tagger] Custom post types work perfectly, but…Hi, thanks for the feedback. The current version can’t analyze custom fields; this feature is planned for the next release.
Forum: Plugins
In reply to: [Automatic Post Tagger] Auto get tags from title but separate with ,The plugin can already do what’s in your screenshot – except for joining keywords from the title into one tag, if that’s what you want. That would require a code modification.
Forum: Plugins
In reply to: [Automatic Post Tagger] Auto get tags from title but separate with ,Still not sure if I’m on the right track. Is this what you want? http://www.tiikoni.com/tis/view/image.php?id=4abc23c
Forum: Plugins
In reply to: [Automatic Post Tagger] Auto get tags from title but separate with ,I’m not sure if I understand what you want to achieve, but if you’re trying to format the list of tags associated with the post, check out these links:
https://codex.ww.wp.xz.cn/Function_Reference/the_tags
https://codex.ww.wp.xz.cn/Function_Reference/get_the_tag_listForum: Plugins
In reply to: [Automatic Post Tagger] Error messageHi, have you tried following steps in FAQ #3? https://ww.wp.xz.cn/plugins/automatic-post-tagger/faq/
Forum: Plugins
In reply to: [Automatic Post Tagger] Title to tagMakes 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 🙂
Forum: Plugins
In reply to: [Automatic Post Tagger] Title to tagWhy 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.
Forum: Plugins
In reply to: [Automatic Post Tagger] Title to tagHi 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'));Forum: Plugins
In reply to: [Automatic Post Tagger] Affected taxonomyHey, I’m not sure if I understand what you want to achieve, could you please elaborate?
Forum: Plugins
In reply to: [Automatic Post Tagger] Automatic post tagger- Woocommerce/AmazonHi, what exactly would you want the plugin to do? Add tags and/or categories to WooCommerce products?
Forum: Plugins
In reply to: [Automatic Post Date Filler] works with custom posts ?In my case it’s on the line 2165, near the end of the source code (the keyboard shortcut Ctrl + F should show you a search tool).
You’re welcome 🙂
Forum: Plugins
In reply to: [Automatic Post Date Filler] works with custom posts ?No problem. APDF works only with posts which post status (e.g. “draft”, “publish” etc.) is specified in the field “Affected post types” on the plugin’s options page.
Open any post with one of these statuses in the post editor and then display the page source (here’s how: http://www.wikihow.com/View-Source-Code).
If the previously mentioned HTML comment is there, then APDF should be able to change the date when you click the “Edit” link next to “Publish immediately” in the Publish module.
Can you find it?