Where do I edit the body tag for the home page.

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Dec 11, 2013 1:20 am
Hi, i need to add:

Code: Select all
itemscope itemtype="http://schema.org/LocalBusiness"


to the index page of my site. right about here after the body tag. Where do I do this??

Code: Select all
<body class="home blog custom-background gk-is-cart loaded" data-tablet-width="1030" data-cart="true" style=""><div id="esu_err" style="display:none;cursor:pointer;"><ul></ul></div>
   <div itemscope itemtype="http://schema.org/LocalBusiness" class="gk-page-wrapper gk-page">
      <header id="gk-head" class="gk-absolute-head">


ref: http://drshawnadarou.com/
User avatar
Gold Boarder

GK User
Wed Dec 11, 2013 8:59 am
Hi, you can add this into layouts/header.php file.
User avatar
Moderator

GK User
Wed Dec 11, 2013 1:18 pm
found it. thanks
User avatar
Gold Boarder


cron