How to insert Google Webmaster Tools HTML code on ClassiPress?
Here is my challenge...with WooThemes, I follow the below steps and done....however on ClassiPress header, I cannot locate spot to insert Google Webmaster Tools HTML?
1. Copy the meta tag below, and paste it into your site's home page. It should go in the <head> section, before the first <body> section.
EXAMPLE ACCORDING TO GOOGLE:
<html>
<head>
<meta name="google-site-verification" content="gQHQDzwfOYENBQJ4MQk9if7SMCPizmo5GM3Iun3Fz 8M" />
<title> My title </title>
</head>
<body>
page contents
</body>
</html>