Need with removing code from blog
-
I recently discovered that when I go to a couple of pages on my blog, the following text shows up in the upper left:
class="singlecol"
It’s occuring on these pages:
https://www.familywebwatch.com/blog/contact/
https://www.familywebwatch.com/blog/about/That text is found in the following code in my header.php:
<div id="container"><?php if (is_page() && !is_page("archives")) echo " class=\"singlecol\""; ?>
I don’t know enough about php to fix it myself, however, I do know that quotes and double quotes need to be handled with care.
Anyone know what change I need to make? Thanks in advance!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Need with removing code from blog’ is closed to new replies.