surfer96
Member
Posted 3 weeks ago #
I would like to move posts to different categories and add new tags to already published posts, but I want to avoid that the date last modified changes because I will not touch the actual content of a post.
Is this actually possible, perhaps with some plugin?
Unless you find a plugin...guess you could backup your wp_posts table, make the category and tag changes, then restore the wp_posts table.
Tags and categories are kept in the wp_terms/taxononmy tables.
surfer96
Member
Posted 2 weeks ago #
Not exactly what I was hoping for, but it answers my question. Thanks!