ming725
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: image upload, but the folder is still empty.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
In reply to: image upload, but the folder is still empty.Ok, thanks, I will try to re-upload the wp-press. Thanks
Forum: Fixing WordPress
In reply to: image upload, but the folder is still empty.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: https://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
In reply to: image upload, but the folder is still empty.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="https://localhost:8888/grill-seafood/"/> <area shape="rect" coords="194,2,316,26" href="https://localhost:8888/baked-2/" /> <area shape="rect" coords="329,1,451,25" href="https://localhost:8888/grilled-meats/" /> <area shape="rect" coords="463,2,589,26" href="https://localhost:8888/veg-2/" /> <area shape="rect" coords="85,32,188,56" href="https://localhost:8888/fried-2/" /> <area shape="rect" coords="199,32,365,57" href="https://localhost:8888/ramen-2/" /> <area shape="rect" coords="378,32,546,56" href="https://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
In reply to: image upload, but the folder is still empty.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
In reply to: image upload, but the folder is still empty.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
In reply to: image upload, but the folder is still empty.sorry, krishna, do you know what makes my upload failed? Im still looking for the solution.
Forum: Fixing WordPress
In reply to: image upload, but the folder is still empty.Here s the URL https://www.ganbeihk.com. Thz
Forum: Fixing WordPress
In reply to: how to add pagination nav for the loop?thank you so much. codes r working now.