Tagged Questions
0
votes
3answers
657 views
Can a shortcode included in post content add styles to the <head>?
I have a shortcode that iterates through a list of custom post types and, as part of displaying them, creates a block.
In HTML5, it is illegal to have a style block outside the header (maybe in other ...