Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter paxnwo

    (@paxnwo)

    thanks a lot man. i apreciate.

    Thread Starter paxnwo

    (@paxnwo)

    well , the word “Pages” isnt there.

    This is the sidebar.php from the theme.

    <!-- begin sidebar -->
    <div id="menu">
    
    <ul>
    <?php if ( !function_exists('dynamic_sidebar')
            || !dynamic_sidebar() ) : ?>
    
    <?php wp_list_pages(); ?>
    
     <li id="categories"><img src="https://www.voievozii.ro/categorii.gif">
    	<ul>
    	<?php wp_list_cats(); ?>
    	</ul>
     </li>
     <li id="search">
       <label for="s"><img src="https://www.voievozii.ro/cauta.gif"></label>
       <form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
    	<div>
    		<input type="text" name="s" id="s" size="15" /><br />
    		<input type="submit" value="<?php _e('Cauta !'); ?>" />
    	</div>
    	</form>
     </li>
     <li id="archives"><img src="https://www.voievozii.ro/arhiva.gif">
     	<ul>
    	 <?php wp_get_archives('type=monthly'); ?>
     	</ul>
     </li>
    
    <?php endif; ?>
    </ul>
    
    </div>
    <!-- end sidebar -->
Viewing 2 replies - 1 through 2 (of 2 total)