Wordpress site... Twitter box in sidebar on homepage works, but not other pages?

I have a twitter box in my sidebar.php that shows the most recent tweet that works fine on the homepage. But my other pages don’t show this twitter box. The other pages are pulling the sidebar.php file just fine so that’s why I am so confused.

Homepage: http://siteground306.com/~deltasi3/wordpress/

About Us: http://siteground306.com/~deltasi3/wordpress/about/

Thanks in advance for any help anyone can offer.

Luke

Are the other pages in different folders as you have this link at the bottom of the page.


<script src="wp-content/themes/DSPtheme/jquery.twitter.js" type="text/javascript"></script> 

That path will be wrong if being called from a deeper folder.

But the other style sheets with the same path are being called.

Actually you have pointed me in the right direction, I think I have this solved by just using absolute paths. Thanks so much

Its not the stylesheet its the link to the js :slight_smile:

Absolute paths are definitely the way to go. So much easier and more reliable. I don’t know why anyone ever uses relative paths, to be honest. :slight_smile: