• I am dying for the answer!!! Im begging for help at this point. Im using the WP-Types plugin and can’t get an answer from them. They have no idea.

    Thanks to everyone that helps get my business running again.

    Heres my issue. Ill try to give lots of detail. (this is all from my support topic at wp-types.com)

    —————————

    I changed my taxonomy slug from singular to plural (“State” to “States”) and now when i assign a taxonomy it just says other in the url

    My url looks like this at the moment: Domain.com/location/other/test-page/ ‎

    and used to look like this: Domain.com/location/CALIFORNIA/test-page/ ‎

    I have deleted the custom post and tried to reassign a taxonomy to the new one but nothing works.

    ——–

    1) Made a custom post type with “location” as the slug
    – Used a custom URL format: location/%state%
    2) Made a taxonomy group with “state” as the slug
    3) Made a page with the slug “state” to display the archive list

    At this point everything worked perfectly.

    1) Then I changed the taxonomy slug from “state” to “states”
    2) And changed the page slug from “state” to “states”

    After that, ive had issues.

    ————–

    This was automatically added to my htaccess file. Should I keep this there?

    # BEGIN REMOVE SLUG CUSTOM POST TYPE RULES
    RewriteRule ^wp-types-group/(.+)/$ /$1 [R=301,L]
    RewriteRule ^/(.+)/$ /$1 [R=301,L]
    RewriteRule ^un_feedback/(.+)/$ /$1 [R=301,L]
    RewriteRule ^/(.+)/$ /$1 [R=301,L]
    RewriteRule ^/(.+)/$ /$1 [R=301,L]
    RewriteRule ^/(.+)/$ /$1 [R=301,L]
    # END REMOVE SLUG CUSTOM POST TYPE RULES

    ————-

    I made a change again. Since Im chaging the slug from singular to plural, I noticed i didnt change this yet.

    1) Made a custom post type with “location” as the slug
    – Used a custom URL format: location/%state% <——— Singular! (now changed to plural)

    PROBLEM NOW: The slug in the URL no longer says OTHER, it now looks like this ( Domain.com/location/%states%/test )

    Almost like it doesnt recognize it.

    Any ideas? This is killing me! Thanks for the help in advance.

    ———–

  • The topic ‘Boken Taxonomies? HELP!’ is closed to new replies.