russell1990
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error establising a database connectionThank you!
Forum: Fixing WordPress
In reply to: How to remove text above headerThank you all, my site is now findable on google, and I don’t see the message anymore!
Forum: Fixing WordPress
In reply to: How to remove text above headerOk, thanks, i’ll try to do that in the future.
But would you say I need the Google plugin to work for people to find my site if they google me? Google doesn’t find my site yet, but maybe it needs some time?
Forum: Fixing WordPress
In reply to: How to remove text above headerHi 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”>