Hello WordPressers,
A member of my student government was playing around inside WordPress today, attempting to add a "www." before the name of our website. I'm not sure exactly what she modified, but it appears that the link to the "Monochrome Lite" stylesheet has been broken. I looked at the source code using Firebug and noticed the following lines:
<link rel="stylesheet" href="http://www.hunterusg.org/wp-content/themes/monochrome_lite/css/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="http://www.hunterusg.org/wp-content/themes/monochrome_lite/css/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="http://www.hunterusg.org/wp-content/themes/monochrome_lite/style.css" type="text/css" media="screen, projection" />
When I removed the "www." from the stylesheet links, the site returned to normal. However, being that I'm not at all php or code saavy, I'm unable to figure out how to remove the www. from these stylesheet links.
Can someone please lend a hand? The site has to be back up by Monday.
The URL is http://hunterusg.org/
Thank you!