broken theme, how to point to my server url instead of localhost
-
Hello everyone!
I am new to WordPress, and recently installed a theme, It looks good when i am running it on the machine where i have XAMPP running, but whenever i try to access the website from another machine in my network or from the internet the theme is broken.
Using firebug i found out that the error is on the call to the theme because when my site is loaded the call to the CSS file i like this:
<link media=”screen” type=”text/css” href=”https://localhost/~Arturo/wp-content/themes/LightBright/style.css” rel=”stylesheet”>
when it should be like
<link media=”screen” type=”text/css” href=”https://reyesarturo.dyndns.org/~Arturo/wp-content/themes/LightBright/style.css” rel=”stylesheet”>
How can i modify this on the original code to point to my dyndns url instead of localhost? I have been trying to find the file i need to change but i cant find it. Or should i modify something in the setting?
Help Please.
- The topic ‘broken theme, how to point to my server url instead of localhost’ is closed to new replies.