Archived topic
page specific element from page/post
3 replies · Started by scott doel on February 25, 2019
Not sure if this is possible but I'd like to be able to add page specific elements (JSON-LD script, Open Graph Tags etc) to the post/page, much like the way in which simple CSS adds page specific changes.
Is there a simple way this can be done with a meta box in a child theme?
Hi there,
It's not possible with a metabox, at least in the theme itself.
You could use our Elements module to add these elements though, which would allow you to use the Display Rules to set which pages they display on.
Hook Element: https://docs.generatepress.com/article/hooks-element-overview/
Ok thanks Tom
No problem :)