-
hi, i want to setup auto vcard markup for Persons category only
here is my code:{
“@type”: “h-card”,
“uid”: “%id%”,
“fn”: “%title%”,
“n”: {
“given-name”: “John”, //MANUAL
“additional-name”: “Kami”,//MANUAL
“family-name”: “Doe”//MANUAL
},
“photo”: “%post_thumbnail%”,
“category”: “%categories%”,
“sex”: “woman”, //MANUAL
“job-title”:”SMM”, //MANUAL
“url”: “%url%”,
“bday”: “1991-04-30”, //MANUAL
“org”: “Example Company” //MANUAL
}i want to set up “sex” manually too, so i found %tags(limit=1&separator= | &exclude=12,23)%
i have SO MANY taxonomies, so i cant exclude all… (categories and tags) I CAN USE SOMETHING LIKE THIS? :
%tags(limit=1&separator= | &INCLUDE=56,57)%
so i can use only tags with ID 56(man) and 57(woman) ?
if attached tag man = “sex”: “man” ?thank you very much
The ticket ‘advanced taxonomies’ is closed to new replies.