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

    (@cybr)

    Hello!

    TSF uses the custom field name redirect to implement redirects.

    It was my error not namespacing the field name correctly; I should’ve named it _tsf_redirect… but I didn’t.

    This means that if you also use redirect, you’ll populate the same field TSF uses for redirection.

    To work around this, you must give the redirect field in CPT-UI another name, such as inv_redirect.

    I still need to figure out how to change the field name in The SEO Framework plugin without affecting those who depend on the field — this proves tricky.

    Thread Starter Jedi82

    (@jedi82)

    OMG what I unlucky (but also lucky eheh) coincidence so that we found a “bug”. Ok so I will try first renaming the field and I will let you know!

    Thread Starter Jedi82

    (@jedi82)

    Ok, fine. I can tell you that i had to delete the acf custom field but this not solved the problem. The value is still here, in the database.

    I had also to delete from the database this field thanks to a db query like this one:

    DELETE FROM wp_postmeta WHERE wp_postmeta.meta_key = "custom_field_name" OR wp_postmeta.meta_key = "_custom_field_name"

    and now all is fine. Where can i find your email sir?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Post url redirect to another url!!’ is closed to new replies.