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

    (@devtard)

    The version 1.5.1 does support them – check this out: https://devtard.com/apt-v1-5-1-with-utf-8-support-is-out

    (The version 1.6 – which should be released in a few weeks – should support custom taxonomies without changing the code.)

    Thread Starter burlyqlady

    (@burlyqlady)

    ooh thanks! I have a quick noob question for you. I read here that I have to change post types to the ones I’m using:

    “If you want to make it work with custom taxonomies, you have to replace all occurrences of the taxonomy name “post_tag”. You also have to change the post type (line 627/filter “apt_bulk_tagging_types”).”

    For example, my post types are called “products” – so how many instances do I need to change? just change post_tag to products basically? thank you for any help!

    Plugin Author Devtard

    (@devtard)

    You have to find out the name of your custom taxonomy – it’s probably not “post_tag” but something else, e.g. “product_tag”.

    The post type filter (line 627) has to be changed to “products”. Then the bulk tagging feature should work. (Individual posts can’t be automatically processed yet when using the post editor to save/update posts.)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does it work with custom post types?’ is closed to new replies.