Using MySQL to Categorize and to Tag
-
I’d like to use MySQL to add tags and categories to entries already in my database.
A plugin purged all the categories and tags that were used exclusively for restricted entries. Unfortunately, I did not discover this behavior until I had made various content changes.
Thus, I’d like to run a query to find every entry with restricted access, and put it into a category for such entries. And I’d like to run a query to associate various entries with various tags, based upon the appearances of substrings within those entries.
After I post this request, I will be looking at the documentation for the database structure, but I am hoping that someone can provide a quick answer.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Using MySQL to Categorize and to Tag’ is closed to new replies.