Adding the body code help
-
Hi. I’m using the SiteOrigin Origami theme (premium) and have successfully uploaded the tag manager to my site (www.mizukitakahshi.co.uk) with using your plugin but I can’t get it in the Header after following your instructions.
I go into the Header.php of the theme but this is what is there…
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo( ‘charset’ ); ?>” /><title><?php wp_title(‘|’, true, ‘right’); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” /><?php wp_head(); ?>
</head><body <?php body_class() ?>>
<?php do_action(‘origami_top’); ?>
<div class=”container”>
<?php do_action(‘origami_before_page_container’) ?>
<div id=”page-container”>
<?php do_action(‘origami_top_page_container’) ?>
<?php get_template_part(‘parts/logo’, ‘top’) ?>
<?php do_action(‘origami_after_logo_wrapper’) ?>
<?php get_template_part(‘parts/menu’, ‘top’) ?>
Could you help?
Thanks!
- The topic ‘Adding the body code help’ is closed to new replies.