Hi Ryan
Thanks for your reply.
I think the plugin must be ready to replace the menu bar of the theme, so, I want the plugin navbar in the same place of my theme’s navbar, I just inserted your code and look to my theme, below the plugin navbar, the theme navbar still appears, that is why I said that I need to cut some of my theme’s code to the plugin navbar replace the theme’s navbar, that is where I need help.
<code>
<body>
<div id="page">
<div id="top">
<?php if (function_exists(‘suckerfish’)) {suckerfish();} ?>
<div id="nav"><ul><li class="page_item"><a href="<?php bloginfo(‘url’); ?>/"><?php _e(‘Home’); ?></a></li><?php wp_list_pages(‘title_li=’ ); ?></ul></div>
<form id="searchform" method="get" action="<?php bloginfo(‘home’); ?>"><div id="search"><input type="text" name="s" id="s" size="15" value=""/><input type="image" src="<?php bloginfo(‘stylesheet_directory’); ?>/images/srcbtn.gif" id="srcbtn" /></div></form>
</div>
<div id="header">
<div class="logo">
<div class="description"><?php bloginfo(‘description’); ?></div>
<a href="<?php echo get_settings(‘home’); ?>/"><img src="<?php bloginfo(‘stylesheet_directory’); ?>/images/logo.gif" alt="Affordable Web Hosting – SEO – Affiliate Marketing – SEO Tools" border="0" /></a>
</div>
</code>
My blog: http://www.dr-web-blog.com
Thanks
Dr Web