• hingham

    (@hingham)


    made my own theme adapting the default. When adding the css I was putting the code at the top of the php files in a <style type=”text/css”>

    tried to then move the css to the style.css thinking that the php would automatically pull the code from there.

    any help would be very much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • stvwlf

    (@stvwlf)

    you need a line in header.php to include the style.css file.

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />

    Thread Starter hingham

    (@hingham)

    thanks stvwif for the quick reply – worked fine

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘theme not using style.css’ is closed to new replies.