Title: ming725's Replies | WordPress.org

---

# ming725

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload, but the folder is still empty.](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/#post-2912101)
 * I have re-uploaded the newest version wp. The problem solved. I can upload the
   image now. But is that mean every time the wordpress have updated then i have
   to reinstall again?? But thank you so much guys. you guys are very handy when
   I was desperate.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload, but the folder is still empty.](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/#post-2912099)
 * Ok, thanks, I will try to re-upload the wp-press. Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload, but the folder is still empty.](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/#post-2912089)
 * Sorry, Krishna, I know what you mean by no content, my site have a custom menu
   bar in the wp-admin, which the twenty eleven theme haven’t, so it won’t have 
   any content in the twenty eleven.
 * preview: [http://www.gospark.com.hk/01/wp.png](http://www.gospark.com.hk/01/wp.png)
 * I think the content isn’t the cause of the image upload. I tried to upload the
   image from the ftp. it work, only can upload from the admin. Should I re-install
   the whole wordpress?? But many thanks anyway. Krish
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload, but the folder is still empty.](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/#post-2912087)
 * what do you mean my content is not presented? it work on my local host and it
   worked last month. everything was fine unless the image upload. I only want one
   image and the title show in the page as a catalog. This is the code of one page.
 *     ```
       <?php
   
       	/*
       		Template Name: appetizers
       	*/
       ?>
   
       <?php get_header(); ?>
   
       <div id='main-content'>
   
       	<h1 id="content-title"><font size="4" color="#ff5854" face="Arial, Helvetica, sans-serif">自家美食</font><div id="facebook"><a href="https://www.facebook.com/Kanpaihk/"><img src="<?php bloginfo('template_directory'); ?>/images/facebook-01.png" /></a></div></h1>
   
           <h2 id="food_menu"><img src="<?php bloginfo('template_directory'); ?>/images/fm7_cold.png" style="border-style:none;" usemap="#Map2"/></h2>
          <map name="Map2" id="Map2">
       	<area shape="rect" coords="53,2,181,26" href="http://localhost:8888/grill-seafood/"/>
       	<area shape="rect" coords="194,2,316,26" href="http://localhost:8888/baked-2/" />
       	<area shape="rect" coords="329,1,451,25" href="http://localhost:8888/grilled-meats/" />
       	<area shape="rect" coords="463,2,589,26" href="http://localhost:8888/veg-2/" />
       	<area shape="rect" coords="85,32,188,56" href="http://localhost:8888/fried-2/" />
       	<area shape="rect" coords="199,32,365,57" href="http://localhost:8888/ramen-2/" />
       	<area shape="rect" coords="378,32,546,56" href="http://localhost:8888/appetizers/" />
   
          </map>
         <div id="content_wrap">
   
       <?php
       $paged = ( intval(get_query_var('paged')) ) ? intval(get_query_var('paged')) : 1;
       $args = array(
          'posts_per_page' => 9,
          'post_type' => 'apptiz',
          'paged' => $paged
       );
       query_posts($args);
       if (have_posts()) : while (have_posts()) : the_post();
             include (TEMPLATEPATH . '/inc/meta.php');
          endwhile;
       endif;
       ?>
   
       <div id="pagination">
       <?php wp_pagenavi(); ?>
       </div>
   
          </div><!-- End content-wrap -->
   
          <?php wp_reset_query(); ?>
       </div> <!-- End main-content -->
   
       <?php get_sidebar(); ?>
   
       <?php get_footer(); ?>
       ```
   
 * Do you know why the upload still fail even after i switched to another theme?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload, but the folder is still empty.](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/#post-2912084)
 * I deactivated all the plugin, revert to twenty eleven theme, added new post, 
   inserted photo, still no photo can be added. what is that mean?? the hosting 
   server got problem??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload, but the folder is still empty.](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/#post-2912082)
 * everything still fine in june, not july, I can’t upload my image back in time,
   can I? nothing can be upload to the folder (upload/2012/07). I tried the localhost,
   it work fine. Thats so strange.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload, but the folder is still empty.](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/#post-2912070)
 * sorry, krishna, do you know what makes my upload failed? Im still looking for
   the solution.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [image upload, but the folder is still empty.](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/image-upload-but-the-folder-is-still-empty/#post-2912025)
 * Here s the URL [http://www.ganbeihk.com](http://www.ganbeihk.com). Thz
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to add pagination nav for the loop?](https://wordpress.org/support/topic/how-to-add-pagination-nav-for-the-loop/)
 *  Thread Starter [ming725](https://wordpress.org/support/users/ming725/)
 * (@ming725)
 * [14 years ago](https://wordpress.org/support/topic/how-to-add-pagination-nav-for-the-loop/#post-2743742)
 * thank you so much. codes r working now.

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