Tag Name

mohsine tahri asked on November 13, 2015 20:57

Hi, i have a couple of articles which are tagged under tag name = "To Read", and i want to change this tag name to another one, my question is how can i do that, and if i do it will it impact all the articles that have that same tag name?

Correct Answer

Laura Frese answered on November 13, 2015 21:45

While there may be a better way to do it, you can directly update that tag in the db.

update cms_Tag set TagName = 'new name' where TagName = 'To Read' and TagGroupID = (whatever group that tag is associated with) .

This will update the tag name for all of the documents using it

Alternatively you can add the new tag to the pages that contain the "To Read" tag name, and remove the "To Read" tag from those page manually if there arent too many. To find all of the pages that contain the tag name go to Tag Groups > select the green pencil next to your tag group name > Tags > select the green eye next to the tag name "To Read" . This will list all of the pages that are using that tag. Click the green pencil to edit the page

0 votesVote for this answer Unmark Correct answer

Recent Answers


mohsine tahri answered on November 13, 2015 21:53

I have a bunch of them, i guess i will use the DB query. Thank you Laura.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.