509media
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: There is a “d” at the top of every page!That was it! The wp-config.php file had the “d” at the top. Thanks!
Forum: Fixing WordPress
In reply to: There is a “d” at the top of every page!<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
wp-blog-header.php only contains this:if ( !isset($wp_did_header) ) {
$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-load.php’ );
wp();
require_once( ABSPATH . WPINC . ‘/template-loader.php’ );
}
?>
No where is anything that would be causing this issuw. This is copied from my FTP. Still can’t find it.
Forum: Fixing WordPress
In reply to: There is a “d” at the top of every page!The screwy thing is that I see it on every page, not matter what I’m looking at. I could be editing a page, and I see it. I could be uploading an image, and I see it. It’s everywhere. It has to be in the wordpress code, not the theme, but what file would it be in that would make it show up everywhere?
Forum: Fixing WordPress
In reply to: There is a “d” at the top of every page!It’s for sure not in the header.php file. I looked at the source code for the page also and when I pull up the files, it’s not there, like I’m taking crazy pills. I have another site where there is no theme installed and the “d” is there also. I appreciate the help, but I looked in every file I could think of and the “d” isn’t there.
Forum: Fixing WordPress
In reply to: There is a “d” at the top of every page!I looked there but even before the theme was installed the “d” was there. it even appears when I’m logged into the wordpress admin page.