richardpayson
Member
Posted 6 months ago #
My footer is not displaying on my home page anymore. Also logged in users can't see the admin bar on the home page ether.
This problem started after I did a huge import of some archive posts from our old web page.
I've checked to make sure the footer tag is in place <?php get_footer(); ?>
http://www.dailyutahchronicle.com/
Any ideas... :(
bit of a guess here...but you have a js error displaying, and the last line output in your source is
<span>Search by Category</span>
<form id="searchCat" action="http://www.dailyutahchronicle.com" method="get" >
Wondering if something is going on there blocking the rest of the page from loading.
If your footer doesn't load, the admin bar won't work, the 2 are related
richardpayson
Member
Posted 6 months ago #
Sweet, I couldn't figure out how to fix the search archive area. I just removed it from the index.php file.
Now it works :)
Thnaks!