Report Wordpress theme, lost link to css in Blogs and CMS Posted April 10, 2012 Dont Start Over! I mentioned this on Wordpress.org Forums. I found my solution on the Wordpress Codex Wiki. In your Header.php or whichever youre using, try using <base href="wp-content/themes/whateveryourtheme/" /> So that whenever you do something like : <img href="images/pic.jpg" /> it will automatically make your link read the path of your BASE. Worked for me, let us know!
Wordpress theme, lost link to css
in Blogs and CMS
Posted
Dont Start Over! I mentioned this on Wordpress.org Forums.
I found my solution on the Wordpress Codex Wiki.
In your Header.php or whichever youre using, try using
<base href="wp-content/themes/whateveryourtheme/" />
So that whenever you do something like :
<img href="images/pic.jpg" /> it will automatically make your link read the path of your BASE.
Worked for me, let us know!