digressmedia
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme disappears on every post except homepage!Hi
thanks for this. here is what the header.php says:
<!– Start Header –>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″/>
<link rel=”stylesheet” type=”text/css” href=”wp-content/themes/Iridium/style.css”/>
<!–[if IE]>
<link rel=”stylesheet” type=”text/css” href=”wp-content/themes/Iridium/ie.css”/>
<![endif]–>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
</head><body>
<div id=”wrapper”><!– End Header –>
Should I just copy and paste the code from your reply over the line that begins <link rel=stylesheet ??
Thanks
Daniela