• Resolved sirthaddeus

    (@sirthaddeus)


    Can I add additional stylesheets?

    If so, do I do it like this:

    <link rel="stylesheet" type="text/css" href="<?php bloginfo('reset.css'); ?>" media="screen, projection" />

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sirthaddeus

    (@sirthaddeus)

    to add additional stylesheets, i hard linked to the stylesheet:

    https://www.ericabell.com/redesign/blog/wp-content/themes/tutorial/reset.css

    Is there a way I can do so using the PHP syntax instead of hard linking it?

    Thread Starter sirthaddeus

    (@sirthaddeus)

    I figured out the php way:

    <?php bloginfo('stylesheet_directory'); ?>/

    add that before the css file name and it works.

    Guess I should of just continued to play with it more before posting to the forums.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Additional stylesheets’ is closed to new replies.