Devtard
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Post Tagger] Is Adding Term Name, not Related Keywords to postsIt’s the other way around. Related words are keywords that when found trigger the term names to be added as tags.
Forum: Plugins
In reply to: [Automatic Post Tagger] How to hide apt metaboxYou’ll need to write a functions.php function that will either hide the meta box via CSS or remove it from the page.
https://codex.www.ads-software.com/Function_Reference/remove_meta_box
Forum: Plugins
In reply to: [Automatic Post Tagger] Auto Post Based on Frequency?Hello. Glad you like the plugin. Yup, this is something that’s already on my to-do list. Right now there isn’t much to test, but I’ll let you know once some further progress is made. Thanks.
Forum: Plugins
In reply to: [Automatic Post Tagger] Database post IDs couldn't be retrieved.Are you sure there are posts with the specified post types and statuses in your database?
Forum: Plugins
In reply to: [Automatic Post Tagger] Sorting by price?Ah, I see. Yes, implementing regular expressions in related words is already on my to-do list.
Forum: Plugins
In reply to: [Automatic Post Tagger] Sorting by price?Hi. What exactly do you mean by that? Does this process involve updating taxonomies or other post metadata?
Forum: Plugins
In reply to: [Automatic Post Tagger] Automatic Post Tagger not adding tagsIs “draft” included in the allowed post statuses setting?
Forum: Plugins
In reply to: [Automatic Post Tagger] Automatic Post Tagger not adding tagsAh. Well if you enable the third option “Saved” in the first setting “Run APT when posts are…”, this should do the trick.
Forum: Plugins
In reply to: [Automatic Post Tagger] Automatic Post Tagger not adding tagsI’m not sure if I understand what the problem is.
Forum: Plugins
In reply to: [Automatic Post Tagger] Automatic Post Tagger not adding tagsOkay, what exactly do you want the plugin to do that doesn’t work?
Forum: Plugins
In reply to: [Automatic Post Tagger] Automatic Post Tagger not adding tagsHi, what is the top right widget telling you?
Forum: Plugins
In reply to: [Automatic Post Tagger] Registered post type?Hello. Hmm, that’s interesting, since APT uses the WP function post_type_exists() to check whether a post type is registered. This probably isn’t the best solution, but you can always remove the check from the code like this (main .php file, line 3731):
foreach($apt_submitted_post_types_array as $apt_single_post_type_index => $apt_single_post_type){ if(!in_array($apt_single_post_type, $apt_new_post_types_array)){ array_push($apt_new_post_types_array, $apt_single_post_type); //add the post type to the array if it isn't there already } //-if post type isn't in the settings array } //-foreach
Forum: Plugins
In reply to: [Automatic Post Tagger] Per post optionsGive me your email address or send me a message (I use the same handle on Gmail).
Forum: Plugins
In reply to: [Automatic Post Tagger] Per post optionsHello, this might be possible to achieve using the version that’s currently in development. Do you want to test it?
Forum: Plugins
In reply to: [Automatic Post Date Filler] Stopped working on WP 4.5?Interesting. What do you use to have the posts published to your social media accounts?