Sten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emOh THANK YOU, david221! This, indeed, worked!
Thank you so much!
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emAll right, thank you very much. I’ll figure it out ??
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emI have no idea which files I edited, it was a long time ago. Not functions.php, but probably header and footer and maybe style.css, maybe some others as well. Probably not significant modifications, but still.
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emActually you might be right – it does seem to be a theme issue. When I choose the live preview of any other theme, it’s not there – when I’m in Skeleton live preview, it’s there.
I don’t want to reinstall a fresh copy of the theme because I have modified it considerably (but I didn’t eff it up, the 11111 wasn’t there after I last edited the theme).
The thing is, I have gone through every single file in this theme, and none of them contain the 11111. So how can the theme display it if it’s not there?
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emYep, it’s there now. The 11111 is now inside the blue border ??
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emRight, thanks for this. It appeared to be a remnant from when I was testing the theme.
I fixed it now, but the numbers remained.
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emThis is how the root index.php looks like:
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );
From what I see, there’s nothing there ??
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emYes, it does. That’s why I presumed it has something to do with the header – but there is nothing in the actual header.php file.
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emI have deactivated all my plugins, and nothing changed.
My current theme is up to date.
Thank you!
Forum: Fixing WordPress
In reply to: Strange numbers – 11111 – in header; can't get rid of 'emThank you, Samuel.
I have already done it, and no luck. That’s why I am so puzzled about this.