Title: codekracken's Replies | WordPress.org

---

# codekracken

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sort posts by a custom menu order?](https://wordpress.org/support/topic/how-to-sort-posts-by-a-custom-menu-order/)
 *  [codekracken](https://wordpress.org/support/users/codekracken/)
 * (@codekracken)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/how-to-sort-posts-by-a-custom-menu-order/#post-8326017)
 * Try this:
 *     ```
       $args = array(
       'posts_per_page'   => 6,
       	'category_name'    => 'MyCatSomething',
               'menu_order'       => 'ASC',
       	'post_type'        => 'post'
   
       );
       ```
   
 * Check out this article on it
    [Lots more info on it here.](https://make.wordpress.org/core/2014/08/29/a-more-powerful-order-by-in-wordpress-4-0/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Twenty Twelve] How to change menu dropdown in css](https://wordpress.org/support/topic/twenty-twelve-how-to-change-menu-dropdown-in-css/)
 *  [codekracken](https://wordpress.org/support/users/codekracken/)
 * (@codekracken)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/twenty-twelve-how-to-change-menu-dropdown-in-css/#post-7425126)
 * Hey Rachel,
    I’ve had this problem before, talk about frustrating. The problem
   for me was the browser would cache the page so none of my CSS changes would show
   up. To clear the cache you can try holding down the CTRL button and then clicking
   refresh on your browser.(I know this works on google Chrome, not sure about other
   browsers.) Alternatively you can usually clear the cache somewhere in the browsers
   settings.
 * Hope that helps.

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