wordpress header in vbulletin
-
Hi all i have recently set up a info site about blackberry phones using wordpress and in the header i have a link to the vbulletin forum im setting up.
Basically what i would like to do is have my header from wordpress as my header in vbulletin so it is a seamless transition from the blog site to the forum. Any ideas about how i might achieve this.
Here is the site so you can see what i mean: https://www.berry365.com
Thanks in advanceBelow is the header code from wordpress:
<div id=”wrap”>
<div id=”topnavbar”>
<div class=”topnavbarleft”>
<p><script src=”<?php bloginfo(‘template_url’); ?>/javascript/date.js” type=”text/javascript”></script></p>
</div><div class=”topnavbarright”>
<p>“><img style=”vertical-align:middle” src=”<?php bloginfo(‘template_url’); ?>/images/rss.gif” alt=”Subscribe to <?php bloginfo(‘name’); ?>” />“>News Feed“><img style=”vertical-align:middle;margin-left:10px;” src=”<?php bloginfo(‘template_url’); ?>/images/rss.gif” alt=”Subscribe to <?php bloginfo(‘name’); ?>” />“>Comments</p>
</div></div>
<div id=”header”>
<div class=”headerleft”>
/”><img src=”<?php bloginfo(‘template_url’); ?>/images/logo.png” alt=”<?php bloginfo(‘description’); ?>” />
</div><!–To define the 468×60 ad, go to your WP dashboard and go to Design -> Revolution Church Options and enter the ad code.–>
<div class=”headerright”>
<?php $ad_468 = get_option(‘revchurch_ad_468’); echo stripslashes($ad_468); ?>
</div></div>
<div id=”navbar”>
<div id=”navbarleft”>
<ul id=”nav”>- “>Home
- Forums
<?php wp_list_pages(‘title_li=&depth=3&sort_column=menu_ order’); ?>
</div>
<div id=”navbarright”>
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<input type=”text” value=”Search this website…” name=”s” id=”searchbox” onfocus=”if (this.value == ‘Search this website…’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Search this website…’;}” />
<input type=”submit” id=”searchbutton” value=”GO” /></form>
</div></div>
<div style=”clear:both;”></div>
<div id=”subnavbar”>
<ul id=”subnav”>
<?php wp_list_categories(‘sort_column=name&title_li=&dep th=3&exclude=6,7,9,11’); ?></div>
<div style=”clear:both;”></div>
- The topic ‘wordpress header in vbulletin’ is closed to new replies.