Title: Side Bar Order Options
Last modified: August 18, 2016

---

# Side Bar Order Options

 *  [jrmy1850](https://wordpress.org/support/users/jrmy1850/)
 * (@jrmy1850)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/side-bar-order-options/)
 * Im sure this has been covered before. if there is any way to change the order
   of the categories in our blog. for example ide like “Meta” to be on the top and
   then everything else below that. also ide like to re-name meta to something else
   is that possible?

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

 *  [Glenn Ansley](https://wordpress.org/support/users/blepoxp/)
 * (@blepoxp)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/side-bar-order-options/#post-542971)
 * Open up sidebar.php and rearrange the way it is in there.
    What theme are you
   using? There are usually comments in the code telling you where the different
   blocks start and finish.
 * In kubrick, you would take the following block of code from sidebar.php and move
   it to the top, above (the searchform). You can change Meta to whatever you want
   while you’re doing that.
 *     ```
       <li><h2>Meta</h2>
         <ul>
       	<?php wp_register(); ?>
       	<li><?php wp_loginout(); ?></li>
       	<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
       	<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
       	<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
       	<?php wp_meta(); ?>
         </ul>
         </li>
       ```
   
 *  Thread Starter [jrmy1850](https://wordpress.org/support/users/jrmy1850/)
 * (@jrmy1850)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/side-bar-order-options/#post-543013)
 * Actually im using a customized theme but let me check that out and see if it 
   works.

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

The topic ‘Side Bar Order Options’ is closed to new replies.

## Tags

 * [bar](https://wordpress.org/support/topic-tag/bar/)
 * [side](https://wordpress.org/support/topic-tag/side/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [jrmy1850](https://wordpress.org/support/users/jrmy1850/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/side-bar-order-options/#post-543013)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
