Title: chenryhen's Replies | WordPress.org

---

# chenryhen

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only Admin menu appears](https://wordpress.org/support/topic/only-admin-menu-appears/)
 *  Thread Starter [chenryhen](https://wordpress.org/support/users/chenryhen/)
 * (@chenryhen)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/only-admin-menu-appears/#post-4425087)
 * Forgot to follow up on this!
 * Yup, the PHP upgrade to 5.4 was the issue. The client worked it out with the 
   webhost and got back her access to the admin panel. Thanks all
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only Admin menu appears](https://wordpress.org/support/topic/only-admin-menu-appears/)
 *  Thread Starter [chenryhen](https://wordpress.org/support/users/chenryhen/)
 * (@chenryhen)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/only-admin-menu-appears/#post-4425014)
 * [@ryangiglio](https://wordpress.org/support/users/ryangiglio/) thanks for the
   tip! I’ll ask the client to check with their host.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Only Admin menu appears](https://wordpress.org/support/topic/only-admin-menu-appears/)
 *  Thread Starter [chenryhen](https://wordpress.org/support/users/chenryhen/)
 * (@chenryhen)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/only-admin-menu-appears/#post-4424990)
 * [@esmi](https://wordpress.org/support/users/esmi/): I wasn’t contracted to do
   web admin, just the site design and development. I believe my contact with the
   client was going in to upgrade actually, and that’s when she noticed the problem.
 * Just confirmed : no new plugins since the site launched. I’m still mystified :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mini Loops] [Plugin: Mini Loops] Order by Custom Field](https://wordpress.org/support/topic/plugin-mini-loops-order-by-custom-field/)
 *  [chenryhen](https://wordpress.org/support/users/chenryhen/)
 * (@chenryhen)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-mini-loops-order-by-custom-field/#post-2555793)
 * Hi Kailey – I just upgraded my plugin (thanks!). Is there an example for the 
   custom field ordering? I’m a little confused by the documentation.
 *     ```
       orderby=date
       Order: Ascending (good for order by title) or Descending (good for order by date)
   
       order=DESC
       Meta Key for ordering: If order by = meta value, specify a key
   
       meta_value=some_key
       ```
   
 * So if I had a custom field with integers called “custom_order”, I would put in
   my short tag “orderby=meta meta_value=customer_order” ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mini Loops] [Plugin: Mini Loops] Multiple Mini Loops on the same page?](https://wordpress.org/support/topic/multiple-mini-loops-on-the-same-page/)
 *  Thread Starter [chenryhen](https://wordpress.org/support/users/chenryhen/)
 * (@chenryhen)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multiple-mini-loops-on-the-same-page/#post-2442224)
 * That extra div does belong to an open div tag further up. 🙂
 * That did the trick! I think I’m back in business. Is it possible to create an
   ml_format2 or does it not work like that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mini Loops] [Plugin: Mini Loops] Multiple Mini Loops on the same page?](https://wordpress.org/support/topic/multiple-mini-loops-on-the-same-page/)
 *  Thread Starter [chenryhen](https://wordpress.org/support/users/chenryhen/)
 * (@chenryhen)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multiple-mini-loops-on-the-same-page/#post-2442213)
 * It looks like some of my HTML just disappears. Let’s see. The site is at:
 * [http://chenryhen.com/clients/twg/](http://chenryhen.com/clients/twg/)
 * Right now, it looks ok, because I put the information in statically. Here is 
   what’s on the page itself, via the WordPress content box:
 *     ```
       <div id="story-slider">
       <ul id="features">
          -- I'm snipping just the elements in this list --
       </ul>
       </div>
   
       </div>
       <div id="main-content-bottom"></div>
   
       <div id="latest-news">
       <h1>Latest News</h1>
       [miniloop number_posts=1 categories=-4][ml_format][/miniloop]
       </div>
       ```
   
 * I’d like the features ul to have posts in the ‘featured’ category though. But
   even if I just do this:
 *     ```
       <div id="story-slider">
       [miniloop]
       </div>
   
       </div>
       <div id="main-content-bottom"></div>
   
       <div id="latest-news">
       <h1>Latest News</h1>
       [miniloop number_posts=1 categories=-4][ml_format][/miniloop]
       </div>
       ```
   
 * The bottom of that features area just disappears and the features div and the
   Latest News div run together. Thanks for offering to take a look!

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