Images and css don't load (using wamp)
-
I am using wamp I put my files inside themes activated my theme in wordpress. Went to try it on localhost but the images and css didn’t load. (my css is in the same folder as index.php)
I tried:
<link rel="stylesheet" href="/wp-content/themes/hiking/style.css" type="text/css">
<link rel="stylesheet" type="text/css" href="<?php bloginfo(stylesheet_directory); ?>">
<link rel="stylesheet" href="style.css" type="text/css">
Neither of these methods worked
- The topic ‘Images and css don't load (using wamp)’ is closed to new replies.