View Single Post
Old 06-15-2007, 01:52 AM  
fpforum
Confirmed User
 
fpforum's Avatar
 
Industry Role:
Join Date: Dec 2006
Location: USA
Posts: 1,045
Also adding..here is the current sidebar.php code

Quote:
<div class="sidebar">

<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>

<li><div class="sidebar_header"><?php _e('Categories'); ?></div>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hiera rchical=0'); ?>
</ul>
</li>

<li><div class="sidebar_header"><?php _e('Archives'); ?></div>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<div id="sidebar_blogroll">
<?php wp_list_bookmarks('title_before=<div>&title_after= </div>'); ?>
</div>
<?php endif; ?>

</ul>
</div><!-- end first sidebar -->

<div class="sidebar">

<ul>

<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>

<li id="search"><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>

<?php include( "/home/clubdrew/public_html/linkex/data/output/1001" ); ?>

<li><div class="sidebar_header"><?php _e('Meta'); ?></div>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>

<?php endif; ?>

</ul>

</div><!-- end second sidebar -->
That is the whole sidebar.php without me trying to add in the code for the banner I want to add..
__________________

Email: strikedata |@| gmail.com Skype: mistercashman
fpforum is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook