I migrated a drupal site to wordpress using hidden link and they required using Toolset. Anyway, some of my drupal content had a lot of different fields, they were used as different schema parts (schema.org). Noy I have all this content in wordpress, those custom fields were created but
1) They don't appear in content when viewing page, how do I make them appear?
2) How do I assign them to a schema? I use WPSSO for schema.org
thanks a lot
Toolset does not officially support schema or produce schema valid markup, you'd have to include this in the HTML you produce in the templates.
In WordPress, the fields themselves (if referring to post meta fields), and if imported successfully as such in the post meta table, each with an ID for the post they belong to, a key and a value, then those can be displayed using Toolset as is described here:
https://toolset.com/documentation/user-guides/custom-content/convert-existing-custom-types-and-fields-to-types-control/
We also have a comprehensive guide about migrating to Toolset and WordPress from Drupal here https://toolset.com/learn/guide-drupal-developers-switching-wordpress/
Does this help to display the custom fields where you want them?