whyisjake

Jake Spurlock

May 13th, 2010
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.67 KB | None | 0 0
  1. <div id="sidebar" class="grid_5 linkcolor2">
  2.             <div style="clear:both;"></div>
  3.            
  4.             <?php if (is_category()); ?>
  5.        
  6.             <div class="sidebarboxes smallerfontsize">
  7.                
  8.                 <?php $myCat = single_cat_title('', false); ?>
  9.                
  10.                 <h3>More <?php echo $myCat ?></h3>
  11.  
  12.                 <ul>
  13.                     <?php
  14.                        
  15.                         $newmyCat = get_cat_ID( $myCat );
  16.                         wp_list_categories('title_li&child_of=' . $newmyCat);
  17.                     ?>
  18.                 </ul>          
  19.             </div>
  20.            
  21.         <?php endif ?>
  22.            
  23.             <?php   /* Widgetized sidebar, if you have the plugin installed. */
  24.                     if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?>
  25.            
  26.  
  27.             <?php endif; ?>
  28.                    
  29.  
  30. </div> <!-- sidebar END -->
Add Comment
Please, Sign In to add comment