PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
EDIT:: On further inspection i found out that if i post the contents of header.php in index.php the stylesheet is loading fine , which means that my functions.php files is working fine. So i guess the problem is with my header.php file, I have updated above what my header.php file looks like, so can somebody tell me whats wrong with my header.php file now ?
if not, it needs it. Place that line of text at the very top of your index.php file before anything else and that should solve it. Also make sure that your index file has one for the footer
Use <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" /> and then @import the additional stylesheets at the top of style.css after the theme data block.
Last edited by Celauran on Fri Apr 15, 2016 10:11 am, edited 1 time in total.
Reason:Removed link spam. Don't do that again.