Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter robotaccordion

    (@robotaccordion)

    Thanks Cinmoy!
    I put the code here

    <?php the_content('<span class="continue">'.__('Continue Reading',woothemes).'</span>'); ?> 
    
    <div id="archivebox">
    
    						<h2><em><?php _e('Categorized',woothemes); ?> |</em> <?php the_category(', ') ?></h2>
    						<?php if (function_exists('the_tags')) { ?><div class="singletags"><?php the_tags('Tags | ', ', ', ''); ?></div><?php } ?>
    					</div>  
    
    				</div><!--/post-->

    And it moved the box with the tags and categories, but it also pushed the sidebar from the side to the bottom of the page.

    Do you have any more advice on this? Thanks again!!!

Viewing 1 replies (of 1 total)