Trouble with a Whiteboard-based custom theme
-
I designed a custom theme based on the Whiteboard template for my site http://fallenkitten.com, but cannot get the CSS to display properly on the ‘live’ site. It works just fine on my local installation. I suspected that the problem may be with the CSS being called properly but have checked over my files, compared them to the originals and other (working) sites of mine, and can’t seem to find anything wrong.
Does anyone have an suggestions where the problem might be?
Code at the top of my header.php file:
<head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title('|', true, 'right'); ?> <?php bloginfo('name'); ?> <?php if ( !wp_title('', true, 'left') ); { ?> | <?php bloginfo('description'); ?> <?php } ?></title> <meta name="generator" content="WordPress" /> <!-- leave this for stats (or remove for potential security reasons) --> <meta name="author" content="Amanda Potter" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head>Code at the top of my style.css file:
/* Theme Name: handdrawn (based on whiteboard) Theme URL: http://fallenkitten.com Description: A simple theme of comic panels. Author: Amanda Potter Author URI: http://fallenkitten.com Version: 0.5 */
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Trouble with a Whiteboard-based custom theme’ is closed to new replies.