codymham
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Meta on sidebar.That totally helped me figure it out! thanks!!!!
Forum: Fixing WordPress
In reply to: Meta on sidebar.<div class=”stop”>
<div class=”sbot”>
<div id=”sidebar”><div class=”addthis_toolbox”>
<div class=”custom_images”>
<img src=”<?php bloginfo(‘template_directory’); ?>/images/twitter.png” width=”32″ height=”32″ alt=”Twitter” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/delicious.png” width=”32″ height=”32″ alt=”Delicious” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/facebook.png” width=”32″ height=”32″ alt=”Facebook” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/digg.png” width=”32″ height=”32″ alt=”Digg” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/stumbleupon.png” width=”32″ height=”32″ alt=”Stumbleupon” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/favorites.png” width=”32″ height=”32″ alt=”Favorites” /></div>
<script type=”text/javascript” src=”http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4a65e1d93cd75e94″></script>
</div><?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
-
<div class=”widget”>
<h2>Categories</h2>
-
<?php wp_list_categories(‘sort_column=name&title_li=&depth=2’); ?>
</div>
-
<div class=”widget”>
<h2>Recent Posts</h2>
-
<?php wp_get_archives(‘type=postbypost&limit=10’); ?>
</div>
-
<div class=”widget”>
<h2>Archives</h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
</div>
-
<div class=”widget”>
<h2>Blogroll</h2>
-
<?php wp_list_bookmarks(‘title_li=&categorize=0’); ?>
</div>
<?php endif; ?>
-
<div class=”widget”>
<h2>Meta</h2>
</div>
-
<div class=”widget”>
<h2>Advertisement</h2>
<center>
<?php $adsense_250 = get_option(‘cuiz_adsense_250’); echo stripslashes($adsense_250); ?>
</center></div>
</div></div></div>
Forum: Fixing WordPress
In reply to: Meta on sidebar.For some reason, it is still there… I have removed it from the sidebar and it continues to show up on my website.
Forum: Fixing WordPress
In reply to: Meta on sidebar. -