Hello,
I have created a new taxonomy for the posts "books" and I would like that if we do not select any by default it appears or is linked to the category "literary". Sometimes we forget to add this taxonomy and it will make it easier for us to automatically add it to posts that we have not selected any category within books.
Is this for the backend or frontend? Meaning are the posts created through the wordpress backend or are they done using the Frontend Forms from our Toolset forms plugin.
Add it to your Toolset custom code section in Toolset -> Settings -> Custom Code and then activate it.
Replace 'post_type' with the slug of your Post Type, 'genre' with the slug of your custom taxonomy and 'term' with the slug of the taxonomy term that you want to assign.