79175996

Date: 2024-11-10 23:04:35
Score: 1.5
Natty:
Report link

If you are doing it from the child theme, you may want to replace the template. for example copy your current - single-post.php (or for custom post type "single-{custom-post-type}.php") and replace those elements, easiest way actually.

Other solution you may try - ob_start() on 'wp_head' them ob_get_clean() in the 'wp_footer'.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Артур Димерчан