Hey all. So I've been looking through my theme for weeks and I can't seem to figure out where the opening <body> tag is. I've searched online to find the answer, but nothing. I'd know exactly where to find it if it were in HTML, but since it's in PHP I have no idea. Could someone please point me in the right direction? I'm obviously not a very knowledgable programmer. Theme is at: http://www.mediafire.com/download/7ao2lru8c2xr4la/heatmap-adaptive.zip Virus Total scan (if anyone needs it) is at: https://www.virustotal.com/en/file/...f6a8f2af7a4851bf620113b61/analysis/1417476181 Thanks in advance to anyone who can help. I really appreciate it.
render.php has the body tag.This theme is quite complex, don't try to modify something, by the way, for you weeks, for me few seconds ).
Well thanks. I'm trying to add HTML code right after the <body> tag, but I'm unsure how to do it correctly.
Log in to the WordPress dashboard using your username and password. Click "Appearance" in the left navigation menu and then click "Editor" to open the Editor utility. Click the "header.php" file in the list of files at the right to open it in the Editor. The header.php file contains the body tag. Scroll down until you find the "<body>" tag. It should be directly under the "</head>" tag. Read these: https://wordpress.org/support/topic/where-is-ltbodygt-tag-located http://smallbusiness.chron.com/body-tag-wordpress-blog-47637.html If you get stuck you could try the theme support here: https://wordpress.org/support/theme/heatmap-adaptive http://heatmaptheme.com/
Thanks a lot man. I couldn't see the <head> tag in the header.php file. I know it's usually there. I'm just not too familiar with PHP. I really appreciate it.