Hi Andy,
Thanks very much! Deactivating the plugin removes the text. However, when I turn the plugin on again (because I want to be found by google); the text changes in “Paste your google verification code here”.
Below, I put part of my .php header file, to show you where I put it.
I first pasted the code on my ‘welkom’ page (my original home page), but then removed the whole page, but this did not remove the text on all pages. Also, I can’t find the Google verification code in the .php file.
Is there maybe an easy way around this, by just using an alternative plugin to connect to google?
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta name=”google-site-verification” content=”7NXGeO0xZinxJA_lMTLhSWe5ZhwYFG_br8n1VgbXZL0″ />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no” >
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<?php if ( is_singular() ) wp_enqueue_script( “comment-reply” ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class=”big-wrapper”>