08/21/2015 at 3:43 pm
#343830
Keymaster
@ Teresa
Two things…
- I see you are using an older version of the theme, version 1.4.3. The current version is 1.5.
- Both versions do have the wp_footer() template tag in the
footer.phpfile and also have the closing body tag.
That said… it looks like the theme might have been modified. I say this because the page source does not match what should be output by the footer.php file… according to the files I just downloaded. Every page on your site ends with this:
<div align="center" id="footer2">
<table width="1000" height="50" border="0" align="center">
<table width="80%">
<col style="width:30%">
<col style="width:40%">
<col style="width:30%">
<tr>
<td height="29" align="left">Copyright 2015
</td>
<td height="29" align="center">GL2 Business Club
</td>
<td height="29" align="right"><A HREF = "http://www.kestec.co.uk">Website Created by: Kestec Digital Solutions</A>
</td>
</tr>
<tr>
And it just stops… this means the footer.php file is incomplete because it should have the completed table HTML (which hints at being hard coded in the file) as well as the, the output from the wp_footer() template tag, closing body and html tags.
My suggestion is to restore the original php file for the footer.php file.
Hope that helps!
-
This reply was modified 10 years, 12 months ago by
Steven Zahm. Reason: Fix a misspelling
