• Sorry for the same topic again.
    When I moved the server, it went back to the original.
    Please tell me how to do batch conversion with phpmyadmin.

    When customizing the links, is it possible to change them all at once instead of one by one?
    Such as importing multiple urls in an excel file etc….
    Looking at phpmyadmin, it seems that no new tables or columns have been created.
    A huge number of tag links have to be changed. Please give me some good advice.
    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Custom Permalinks are in the postmeta table.

    SELECT * FROM wp_postmeta WHERE meta_key = ‘custom_permalink’

    Change out the wp_postmeta for the name of your particular postmeta table.

    You can update via UPDATE sql as well. Just like updating any other DB record, you can google around to find the syntax for that.

    Thread Starter motouta

    (@motouta)

    Thank you for your answer.
    Where are the taxonomy permalinks?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bulk change’ is closed to new replies.