Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Other
Access to header code
julesharrison
January 2018
in
Other
Please can you let me know where I can a script to the header? I can't seem to find it anywhere!
Comments
Bryan
January 2018
HI,
the file is located in betheme/header.php
thanks
julesharrison
January 2018
Thank you but still can't find it! Is it in Betheme, Theme options then Header? If so I can't see where you add it.
Bryan
January 2018
I think you mean something else, can you please explain in more detail.
thanks
MarkoniVision1
January 2018
Just to piggyback off of this topic, I am trying to update the html head code to add meta info for site verification:
head html code: <meta name="google-site-verification" content="cp-LfxCeYhv0HO1U7luXvbiHApnzG_Vi7VakeoFgnP4" />
between head and body
<html>
<head>
<meta name="google-site-verification" content="cp-LfxCeYhv0HO1U7luXvbiHApnzG_Vi7VakeoFgnP4" />
<title> My title </title>
</head>
<body>
page contents
</body>
</html>
How do I update?
Thank you.
MarkoniVision1
January 2018
Oh, I got it. Same link the header.php file. Thank you!
Sign In
or
Register
to comment.
Comments
the file is located in betheme/header.php
thanks
thanks
head html code: <meta name="google-site-verification" content="cp-LfxCeYhv0HO1U7luXvbiHApnzG_Vi7VakeoFgnP4" />
between head and body
<html>
<head>
<meta name="google-site-verification" content="cp-LfxCeYhv0HO1U7luXvbiHApnzG_Vi7VakeoFgnP4" />
<title> My title </title>
</head>
<body>
page contents
</body>
</html>
How do I update?
Thank you.