Dan Hughes
Forum Replies Created
-
Further, I have checked every page and post and cannot find where I have no title but all my stats come back like this.
Channels 108 Referral 82 Organic 13 Social 7 Direct 6
Pages Sessions
(not set) 80
The Brain Cells in Your Butt | 6
Death And Birthdays | 5
| 4
Is ‘Moral Compass’ a Rubbish Idea? | 2
The Brain Cells in Your Butt | Danzblog 2
The Bridge That Doesn’t Meet in the Middle | 2
Danzblog | 1The last entry is not even a post. What am I missing?
Thanks for the speedy reply. I have been searching for the html title tag on my pages and posts but not sure I know where to look. I’ve edited a few incorrect html tags ‘text view’ on a couple of posts that present the opportunity, but that’s all so far. Any tips on where to find the html title tag on both pages and posts?
I’ve also figured the vertical line is the reviewed post where I have changed the title of the post then updated.I’ve been waiting for 2 months to get a reply to my query. Gopi doesn’t bother apparently.
Forum: Networking WordPress
In reply to: installed a second version, now have twoResolved
Any chance of attracting the attention of Gopiplus?
I have 3 WP sites, with identical ‘Email Subscriber’ settings.
All three have always used 1. WP HTML. On send, all 3 sites still send the email but emails are only received from two.From these two sites, (hosted by GoDaddy) both the email and the sent notification are received in HTML.
These sites (the ones that still work OK) are not table sync.If I change settings on the third site (hosted by WebHost) to 2. WP PLAIN TEXT MAIL, or 4. PHP PLAIN TEXT MAIL, email and notification are received but I want to restore it to working with 1 WP HTML MAIL(as it has for the last 12 months). This site IS table sync. (It does not work on 3. PHP HTML MAIL either.)
Forum: Fixing WordPress
In reply to: stray code in headerDone, thanks again.
Forum: Fixing WordPress
In reply to: stray code in headerI’ve managed to get the verification issue solved in Webmaster tools for this and my other two wp sites so hopefully I won’t stuff it up again. I really need to get a grasp of the architecture of php I think. Thanks for your help.
Forum: Fixing WordPress
In reply to: stray code in headerYou’re a genius. Most appreciated.
Forum: Fixing WordPress
In reply to: stray code in headerAlmost, leaves only the //
Forum: Fixing WordPress
In reply to: stray code in header1. Do you have a plugin named “Google Verify Webmaster Tools”?
yes, indeed I do.2. How did the <meta name=”google-site-verification> tag get into header.php?
another of my blunders probably, certainly. I think it occurred before I figured out how to verify.Also, just a recommendation, if you’re going to paste a large block of code it’s best to put it up on Pastebin.
Sorry, will do in future.Forum: Fixing WordPress
In reply to: stray code in headerNo and that’s the issue. I’ve ready every line in header.php 10 times as well as every line of code in Index, themes etc., hence my call for help. I know I put it there but I just can’t find it again to get rid of it. This is what I see……
<?php /** * The Header for our theme * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Twenty_Fourteen * @since Twenty Fourteen 1.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script> <![endif]--> <?php wp_head(); ?> //<meta name="google-site-verification" content="NCkOgIJPqCuFxGu5zXT9HkmSOPXTo_fBey_myQvgkM4" /> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <?php if ( get_header_image() ) : ?> <div id="site-header"> <a>" rel="home"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt=""> </a> </div> <?php endif; ?> <header id="masthead" class="site-header" role="banner"> <div class="header-main"> <h1 class="site-title"><a>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <div class="search-toggle"> <a href="#search-container"><?php _e( 'Search', 'twentyfourteen' ); ?></a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation"> <button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button> <a href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <?php get_search_form(); ?> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main">
Forum: Fixing WordPress
In reply to: stray code in headerHi Tara, you’ve re-stated the problem, but in which one?
Hi bdbrown, I’ve found the //<meta name=”google-site-verification” content=”NCkOgIJPqCuFxGu5zXT9HkmSOPXTo_fBey_myQvgkM4″ />
in Header.php but suspect I am still looking in the wrong place, or am I using my man’s eyes?Forum: Fixing WordPress
In reply to: my host has site working but browser 404 error can't be foundG’day Peter, (good morning here)
I believe almost certainly connected with deletion from the Google Analytics account, but how that created the 404 is beyond my limited understanding. Not that it matters now it is back on line. Cheers.Forum: Fixing WordPress
In reply to: my host has site working but browser 404 error can't be foundIt was as described but now works for me too. Haven’t touched it, but now it works. I have no explanation. It must be magic, or maybe Google. Thanks anyway.