• I have been creating a theme for my works blog it has been working fine but for some reason it has just stopped working. I think it isn’t the code that is the problem as it has been working and i have uploaded previous stages of the theme and it is doing the same thing.

    here is the code where the CSS is implemented

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
    <title><?php hybrid_document_title(); ?></title>
    
    <link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="all" />
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    
    <?php wp_head(); // WP head hook ?>
    
    </head>

    and here is my CSS

    [Stylesheet moderated. Please just post a link to your site.]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS stopped working?’ is closed to new replies.