Ah... sorry... also reactivate your plugins.
Ah... sorry... also reactivate your plugins.
if i change to the default theme, will that mess up any customizations i've made to the theme i'm using now?
No. It'll still be there exactly as you left it.
ok, i switched to default. when i update my permalink structure, do i need to add /main/ before the custom structure i'm using? /%category%/%postname%/
when i update my permalink structure, do i need to add /main/ before the custom structure i'm using? /%category%/%postname%/
Nope. Just click save changes.
You can try switching back to your custom theme but I think you have missing files which is causing the error.
What's on line 91 of your functions.php? Also, was the theme working correctly before you started moving things around?
In the header.php of your theme... the link to CSS seems to be hardcoded because it's not pointed at the "main" subdirectory. Change that (and anything else that's hardcoded) to include "main" and that'll fix the lack of CSS styling. Might even fix the error.
yes, the theme was working correctly before i moved stuff around. i uploaded my logo again and i don't get that error anymore. but now my theme is all screwed up.....don't know why.
but now my theme is all screwed up.....don't know why.
See what I said above. It should be:
<link rel="stylesheet" href="http://fatblastzone.com/main/wp-content/themes/feed-me-seymour/style.css" type="text/css" media="screen" />
Cool. All fixed! :)
thank you so much for all your help...i REALLY appreciate it!!!
You are very welcome!
This topic has been closed to new replies.