ara
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WP won’t show my footer fileI’ve checked the code and I can’t seem to find anything wrong with it. WP just won’t show anything past the “Powered By WordPress” thing after the blog entries. If you look at the source code, there is this after that:
</table>
<td></tr></table>
</td>
<td background=”side.jpg” width=”77px”></td>
<tr>
</table>
</body>
</html>
But, it completely ignores it.Forum: Themes and Templates
In reply to: WP won’t show my footer fileIt still won’t show anything passed the blog entries. I went through and simply added my code to their code, and the only thing I deleted was the title of the page…
Forum: Themes and Templates
In reply to: WP won’t show my footer fileThank you! I’ll try to work off of that. My comments work fine now, too. Thanks 🙂
Forum: Themes and Templates
In reply to: WP won’t show my footer fileWhen I post comments, and I don’t quite get what your saying. I understand that I might have deleted something. Is there somewhere where I can get the most simplified template without all of the <html> tags and such? It would make editing the template much easier.
Forum: Themes and Templates
In reply to: WP won’t show my footer fileIt now will not let me post comments, I get this message:
Warning: Invalid argument supplied for foreach() in /home/faithful/public_html/eyes/index.php on line 14
On line 14 in my index.php file there is:
<?php the_date(“d.m.y”,”<h2>”,”</h2>”); ?>Forum: Themes and Templates
In reply to: WP won’t show my footer fileI fixed the too-many-HEAD-codes, and I just added my footer file, but I still have the same result.