Title: li9ht's Replies | WordPress.org

---

# li9ht

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to sort post by using custom field](https://wordpress.org/support/topic/how-to-sort-post-by-using-custom-field/)
 *  Thread Starter [li9ht](https://wordpress.org/support/users/li9ht/)
 * (@li9ht)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/how-to-sort-post-by-using-custom-field/#post-1113011)
 * i think that one to order the menu nav..
    im tyring to order the post.. to determined
   which post come 1st, 2nd , 3rd,and etc in 1 page. doesnt matter.. got it done
   already..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Using wp_list_pages(), Is there a way to add a string after the a?](https://wordpress.org/support/topic/using-wp_list_pages-is-there-a-way-to-add-a-string-after-the-a/)
 *  [li9ht](https://wordpress.org/support/users/li9ht/)
 * (@li9ht)
 * [16 years, 12 months ago](https://wordpress.org/support/topic/using-wp_list_pages-is-there-a-way-to-add-a-string-after-the-a/#post-1112988)
 *     ```
       <div id="nav">
       <ul  >
           <li><a href="#">Tech</a></li>
           <li><a href="#">food</a></li>
       	<li><a href="#">music</a></li>
       </ul>
       </div>
       ```
   
 *     ```
       <style type="text/css" >
       #nav ul{
        list-style-type: none;
       }
   
       #nav li{
       	 float:left;
       }
       a{
       	display:block;
       	padding: 0px 5px 0px ;
       	border-right:solid 1px red;
       	text-decoration:none;
       }
       </style>
       ```
   
 * yes remove the last li with jquery..
 * `style:border-right:none;`

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