Title: topax's Replies | WordPress.org

---

# topax

  [  ](https://wordpress.org/support/users/topax/)

 *   [Profile](https://wordpress.org/support/users/topax/)
 *   [Topics Started](https://wordpress.org/support/users/topax/topics/)
 *   [Replies Created](https://wordpress.org/support/users/topax/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/topax/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/topax/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/topax/engagements/)
 *   [Favorites](https://wordpress.org/support/users/topax/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [My Category Order](https://wordpress.org/support/topic/my-category-order/)
 *  Thread Starter [topax](https://wordpress.org/support/users/topax/)
 * (@topax)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/my-category-order/#post-1225622)
 * i’m really sorry to bother you, but believe me, it’s the first time I use wordpress.
   
   Unfortunately seems that the procedure I followed to create Categories is not
   the right one. This is what I have to create on the site:
 * **MENU A**
    _link _ _link _ _link _
 * **MENU B**
    _link _ _link_ _link_
 * and so on.
 * I don’t want Menus to be sorted in alphabetical order, even though if it’s not
   possible it won’t be a big problem.
 * Links MUST be sorted into creation order
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [My Category Order](https://wordpress.org/support/topic/my-category-order/)
 *  Thread Starter [topax](https://wordpress.org/support/users/topax/)
 * (@topax)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/my-category-order/#post-1225580)
 * I have a real link, could I send it by private message?
    I can set a new admin-
   username so you can enter the admin area. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [My Category Order](https://wordpress.org/support/topic/my-category-order/)
 *  Thread Starter [topax](https://wordpress.org/support/users/topax/)
 * (@topax)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/my-category-order/#post-1225379)
 * this is the actual code inside the sidebar.php
 *     ```
       <div id="sidebar">
       <ul><?php 	/* Widgetized sidebar, if you have the plugin installed. */
       if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
       <!--
       <li>
       <?php include (TEMPLATEPATH . '/searchform.php'); ?>
       </li>
       -->
       <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
       <li><h2>Author</h2>
       <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
       </li>
       -->
       <?php if ( is_404() || is_category() || is_day() || is_month() ||
       is_year() || is_search() || is_paged() ) {
       ?> <li>
       <?php /* If this is a 404 page */ if (is_404()) { ?>
       <?php /* If this is a category archive */ } elseif (is_category()) { ?>
       <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
       <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
       <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
       for the day <?php the_time('l, F jS, Y'); ?>.</p>
       <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
       <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
       for <?php the_time('F, Y'); ?>.</p>
       <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
       <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
       for the year <?php the_time('Y'); ?>.</p>
       <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
       <p>You have searched the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
       for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
       <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
       <p>You are currently browsing the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives.</p>
       <?php } ?>
       </li> <?php }?>
       <?php wp_list_pages('title_li=<h2>About Us</h2>' ); ?>
       <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
       <?php wp_list_bookmarks(); ?>
       <?php wp_list_categories('show_count=1&title_li=<h2>News from</h2>'); ?>
       <?php } ?>
       <?php endif; ?>
       </ul>
       </div>
       ```
   
 * I’ve deleted Meta and other things I don’t want to show, but here inside there’s
   no trace of the 5 categories I’ve created.
 * By the way my idea was to sort them by creation order.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [My Category Order](https://wordpress.org/support/topic/my-category-order/)
 *  Thread Starter [topax](https://wordpress.org/support/users/topax/)
 * (@topax)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/my-category-order/#post-1225348)
 * Thank you for the reply, I found it.
    Unfortunately I realized after the installation
   that this hack doesn’t solve my problem.
 * My site now is built with few categories sorted in alphabetical order.
    An example
   of the structure is visible here [http://img9.imageshack.us/img9/6854/57645578.jpg](http://img9.imageshack.us/img9/6854/57645578.jpg)
 * About Us, News and Test Page are sorted automaticaly in alphabetical order.
    
   The question is: is there a way to change the order of these categories?
 * They have been created following these steps:
    Links Link Category Add Link Category
 * there’s no way to find them with this hack
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Navigation bar – delete links](https://wordpress.org/support/topic/navigation-bar-delete-links/)
 *  Thread Starter [topax](https://wordpress.org/support/users/topax/)
 * (@topax)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/navigation-bar-delete-links/#post-1224118)
 * THANKS!!!!!!!!!!!
    it works properly
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Navigation bar – delete links](https://wordpress.org/support/topic/navigation-bar-delete-links/)
 *  Thread Starter [topax](https://wordpress.org/support/users/topax/)
 * (@topax)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/navigation-bar-delete-links/#post-1224114)
 * thanks Peter,
    I’m a real newb to WP. Could you please tell me HOW I can create
   my own menu? Thanks

Viewing 6 replies - 1 through 6 (of 6 total)