• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

How to add code into the header of a static page

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › How to add code into the header of a static page

This topic is: not resolved
  • This topic has 1 reply, 2 voices, and was last updated 13 years ago by Brad Dalton.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • May 21, 2013 at 12:15 pm #42055
    davej1963
    Member

    Hi, I'd like to add the following code into the header of one of the pages on my website:

    <meta name="DC.title" content="Home Care Registry" />
    <meta name="geo.region" content="US-IL" />
    <meta name="geo.placename" content="Belleville" />
    <meta name="geo.position" content="38.55784;-90.056011" />
    <meta name="ICBM" content="38.55784, -90.056011" />

    Thanks in advance for your answer.

    May 21, 2013 at 4:12 pm #42087
    Brad Dalton
    Participant

    I tested this code and it shows in the source code but not sure you'll need it with Genesis 2.0 if your child theme is HTML 5 supported as it produces HTML 5 markup which is microdata supported:

    function add_text_genesis() {
    if (is_page('2') ) 
        echo '<div class="home-text">
    <meta name=”DC.title” content=”Home Care Registry” />
    <meta name=”geo.region” content=”US-IL” />
    <meta name=”geo.placename” content=”Belleville” />
    <meta name=”geo.position” content=”38.55784;-90.056011? />
    <meta name=”ICBM” content=”38.55784, -90.056011? /></div>';
    };
    /**
    * @author Brad Dalton
    * @link http://wpsites.net/
    */
    add_action('wp_head', 'add_text_genesis');
    

    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble