I want that some data appears between <head></head> tags. I want to create a CPT to add this information via Toolset, but it needs to be between <head></head> tags (not <body></body>).
Here is an example of the data:
Hello. Thank you for contacting the Toolset support.
There is no native way that should affect the content within your head tags.
However - the only thing I can offer is Toolset offers Types Fields API PHP function using which you can access the custom field value. Basically, you can use the function types_render_field() to get the custom post field value.
Pityfully I'm not a programmer. I like Toolset because I can made "almost" anything I need without programming. Finnaly I found this "almost" I can't do.
Well, no matter how good is a plugin, there will always have specific things it won't achieve. And a programmer will be needed.
Thanks for your suggestion. I'm trying a workaround that may work.
As a suggestion: won't it be interesting for Toolset to include a feature like the one I mentioned? Is not the first time I have to include something into the <head> tags. Until now it was always static content sitewide, so I could achieve it through my theme (Divi). This time I need to include dynamic content, and for this Toolset was the logical option: create a CPT and insert it. The unexpected issue is the area: <head> or <body>.