When you change the data of your NFT Item on WordPress the endpoint associated with the NFT should be updated as well.
You can check the metadata of your token using the “View Token URI” on your NFT item.
It should look something like this:
https://demo.wpsmartcontracts.com/wp-json/wpsc/v1/nft/36
Hi,
I see that category and tags are also being used.
I think something like the usage of category is what I’m looking for.
"trait_type": "Category 1",
"value": "Test",
"link": "https:\/\/test.com\/nft-taxonomy\/test\/?id=73976"
But instead of automatic incremental category #, more custom taxonomies like:
"trait_type": "Gender",
"value": "Female",
Maybe support for custom taxonomies? Tried ACF and Custom Post Type UI but no luck.
Is it possible to manually make changes to the endpoint json files?