-
Notifications
You must be signed in to change notification settings - Fork 32
How to Add Tags for Posts
Can Bican edited this page Jun 21, 2015
·
1 revision
Beginning from version 0.3, it's possible to edit/create/delete tags from posts.
The related key is 'mt_keywords'. It's a string of comma separated values. Adding line like the one below will add three tags to the post:
mt_keywords:testtag,testtag2,another tag
Removing tags is as easy as editing. This will remove the second tag from the example above:
mt_keywords:testtag,another tag