About Wordpress Tags - Automation Wordpress Tags

Hello Fwens, I wanna ask something about wordpress automation tags with make.com.
recently i use tag id to create blog tags, but is there a way to create maybe like 5 to 10 blog tags with chatgpt and then add it to my wordpress ? tried to find the solution

HI @Morgana_Pion ,

You can ask ChatGPT to add the blog taks in its ouputt and you can use something like a text parser to extract the tags. Just make sure you tell ChatGPT to give you the exact output you want.

L

Welcome to the Make community!

Here is an example using categories instead of tags, feel free to adapt to tags:

You’ll need to split the categories by comma-space so that it becomes an array.

Then, use an iterator on the array so that you can process each category at a time.

Create new category using the name.

Then, if category exists, there will be an error. Handle the error by searching for the category, and resuming with the existing category ID.

Then, aggregate the category IDs into an array using the Array Aggregator.

You can then insert the array of category IDs into the tag/category field.

Similarly, this works the same way for the Wordpress Tags field.

Hope this helps! Let me know if there are any further questions or issues.

You can also join us in the Make Fans Discord server to chat with other makers!