Title: andao's Replies | WordPress.org

---

# andao

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Stopping a header repeat](https://wordpress.org/support/topic/stopping-a-header-repeat/)
 *  Thread Starter [andao](https://wordpress.org/support/users/andao/)
 * (@andao)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/stopping-a-header-repeat/#post-1281198)
 * The code ended up being “no-repeat top center;” instead of vice versa, but in
   either case your info was excellent. Everything is working as planned.
 * Thank you sir or madam!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Reordering a single category](https://wordpress.org/support/topic/reordering-a-single-category/)
 *  Thread Starter [andao](https://wordpress.org/support/users/andao/)
 * (@andao)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/reordering-a-single-category/#post-1281090)
 * Thanks for your response, but not so simple I’m afraid. I have three static posts,
   and one post that will change daily. So the only option under that method would
   be to alter all the posting dates daily (to keep the changing post as the “oldest”)
 * A reverse chronological order would keep the changing post at the bottom, which
   is what I’m going for.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Want a category to sort posts differently](https://wordpress.org/support/topic/want-a-category-to-sort-posts-differently/)
 *  Thread Starter [andao](https://wordpress.org/support/users/andao/)
 * (@andao)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/want-a-category-to-sort-posts-differently/#post-1267793)
 * Reverse chronological order would be perfect, could you send the code for that?
   Which php should I edit? Index? Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add a “Home” link to header](https://wordpress.org/support/topic/add-a-home-link-to-header/)
 *  Thread Starter [andao](https://wordpress.org/support/users/andao/)
 * (@andao)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/add-a-home-link-to-header/#post-1264051)
 * Figured it out. Here’s the code, for posterity. Thanks again.
 *     ```
       <div id="navbar">
   
       	<div id="navbarleft">
       		<ul id="nav">
       			   		<li><a href="<?php echo get_option('home'); ?>">Home</a></li>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add a “Home” link to header](https://wordpress.org/support/topic/add-a-home-link-to-header/)
 *  Thread Starter [andao](https://wordpress.org/support/users/andao/)
 * (@andao)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/add-a-home-link-to-header/#post-1264050)
 * Thank you, but I’m still having some problems. I added that code into a new page
   titled “Home” but clicking on it still returns to a blank page. Maybe I’m entering
   the code incorrectly? Here’s what the people who initially set up our website
   entered. (I’m thinking the div id is “navbar?”)
 *     ```
       <div id="navbar">
   
       	<div id="navbarleft">
       		<ul id="nav">
       			   		<?php wp_list_pages('title_li=&depth=2&sort_column=menu_order'); ?>
       		</ul>
       	</div>
       ```
   
 * Thanks!

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