I decided, to use this on my coffee desk theme. I integrated over the CSS info, and placed most of the header information into my coffee desk theme header. I then adjusted the categories in the header area, ( to my pages and my categories )
My problem is, even after I seemed to have fulfilled the task, It still is linking to the original 7 categories no matter what I do.
I have noticed, If i switched to the theme this comes in, It does work.
I am wondering, If I could be missing any css file or do I have to go into something I am unaware of? Any help Please??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head profile="https://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Post Topic <?php } ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<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="icon" href="/favicon.ico" type="image/x-icon" />
<meta name="Theme" content="Coffee Desk" />
<meta name="Author" content="Roam2Rome" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body>
<div id="wrapper">
<div id="welcomeheading">
<h1><a href="<?php bloginfo('url'); ?>/">
<?php $replacethese = array('[',']');
$replacewith = array('<span id="middleword">','</span>');
echo str_replace($replacethese, $replacewith, get_bloginfo('title')); ?>
</a></h1>
</div>
<div class="description"><?php bloginfo('description'); ?></div>
<div id="c_navigator">
<div class="navigator">
<div id="imageMenu">
<ul>
<!-- THESE AR ETHE LINKS YOU GO TO WHEN YOU CLICK ON A SLIDING DOOR IMAGE-->
<!-- change the href to look like this: <a href="yourlink.com"> -->
<li class="bk1"><a href="<?php bloginfo('url'); ?>/?cat=1">Category 1</a></li>
<li class="bk2"><a href="<?php bloginfo('url'); ?>/?cat=4">Category 2</a></li>
<li class="bk3"><a href="<?php bloginfo('url'); ?>/?cat=40">Category 3</a></li>
<li class="bk4"><a href="<?php bloginfo('url'); ?>/?cat=89">Category 4</a></li>
<li class="bk5"><a href="<?php bloginfo('url'); ?>/?page_id=231">Category 5</a></li>
<li class="bk6"><a href="<?php bloginfo('url'); ?>/?cat=6">Category 6</a></li>
<li class="bk7"><a href="<?php bloginfo('url'); ?>/?cat=7">Category 7</a></li>
</ul>
</div>
<script type="text/javascript">
window.addEvent('domready', function(){
var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:310, border:2, onOpen:function(e,i){location=(e);}});
});
</script>
<div id="c_navigator">
<div class="navigator">
</div>
</div>
</div>
</div>