ohdiesel
Member
Posted 4 years ago #
Hey Everyone,
I seem to be missing the side bar on my installation of Wordpress at http://opirg.uwindsor.ca/news
Would someone please take a look at this and tell me what is going wrong with it?
We are a non-profit organization and would appreciate any help anyone could offer.
Sincerely,
Dave
stach3(at)uwindsor.ca
ysidoro
Member
Posted 4 years ago #
Check your index.php
<style type="text/css" media="screen">
@import url( http://opirg.uwindsor.ca/news/style.css );
</style>
and try to modify to:
<style type="text/css" media="screen">
<?php @import url( http://opirg.uwindsor.ca/news/style.css ); ?>
</style>
To change execute the php code.
the @import doesn't need to be php'd.
When I look at your HTML source, I see at the very end:
<div id="menu">
Perhaps there is some problem with the php in your sidebar.php file (or wp-sidebar.php - whichever one you're using)