Hi, Team.
I use ACF fields for example to insert custom metatags at posts/pages/CPTs
Sometimes minified JSON-LD schema scripts.
I fill the fields while editing the contents, then source code shows my custom metas and does whatever the meta is intended to get.
meta name=“DCTERMS.title” content="<?php the_field('dctermstitle'); ?>">
meta name=“DCTERMS.description” content="<?php the_field('dctermsdescription'); ?>">
meta name=“DCTERMS.abstract” content="<?php the_field('dctermsabstract'); ?>">
I am used to do this with other themes, but I am not able to get the same on PRO.
Header.php is very different from others I’ve seen.
The standard procedure -for my limited skills- is to edit at child theme header.php and done.
The same breaks the site with PRO.
After so much DIY reading, I am getting more and more frustrated
This can’t be that difficult, have you any hint for me?
Thanks!