简体   繁体   中英

I have some random letters at the top of my wordpress website

Over the past few days I have had a small problem with my word press website. The problem is that i seem to have lots of random Ns and Ts at the top of each page. An example of this is shown in the image below. http://prntscr.com/66bihd

If anyone has any ideas what is going on here that would be great, I have a feeling it is something to do with a header file? This is the header.php file http://pastebin.com/aivJLVmj

Your header file is full of instances of echo "nt" and similar things.

echo is PHP for output the following onto the page.

I have amended your pastbin to remove all of the strange bits here

Regards

Dan

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM