• I have a problem with iNove 1.4.6 theme .In the sidebar it appears “categories” on the right….

    Preview – http://i41.tinypic.com/105y1z8.png

    Here’s the code:

    <!-- sidebar east START -->
    	<div id="eastsidebar" class="sidebar">
    	<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('east_sidebar') ) : ?>
    
    		<!-- categories -->
    		<div class="widget widget_categories">
    			<h3>Categories</h3>
    			<ul>
    				<?php wp_list_cats('sort_column=name&optioncount=0&depth=1'); ?>
    			</ul>
    		</div>

Viewing 1 replies (of 1 total)
  • what is the question?

    if you want to change that, drag a widget of your choice into the ‘east sidebar’ under dashboard – appearance – widgets(might be called differently in the admin area)

Viewing 1 replies (of 1 total)

The topic ‘iNove 1.4.6 sidebar problem’ is closed to new replies.