Title: jc93's Replies | WordPress.org

---

# jc93

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why is my blog post show by descending?](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/#post-1950778)
 * Hi,
 * I was tried. But too bad !!! It doesn’t work and the sidebar run away to the 
   bottom.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why is my blog post show by descending?](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/#post-1950776)
 * Hi,
 * That mean I just replace the code your was given into the line 13 to 17?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why is my blog post show by descending?](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/#post-1950774)
 * Kindly look with this link. Thanks!
 * [http://pastebin.com/embed_js.php?i=E7wcSq9y](http://pastebin.com/embed_js.php?i=E7wcSq9y)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why is my blog post show by descending?](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/#post-1950754)
 * Hi, I just got the index.php
 * > <?php if (is_archive()) $post_number = get_option(‘personalpress_archivenum_posts’);
   > 
   > if (is_search()) $post_number = get_option(‘personalpress_searchnum_posts’);
   > if (is_tag()) $post_number = get_option(‘personalpress_tagnum_posts’); if (
   > is_category()) $post_number = get_option(‘personalpress_catnum_posts’); if (
   > is_home()) $args=array( ‘showposts’=>get_option(‘personalpress_homepage_posts’),‘
   > paged’=>$paged, ‘category__not_in’ => get_option(‘personalpress_exlcats_recent’),);?
   > > <?php get_header(); ?>
   >  <?php global $query_string;
   >  if (is_category()) query_posts($query_string .“&
   > showposts=$post_number&paged=$paged&cat=$cat”); elseif (is_home()) query_posts(
   > $args); else query_posts($query_string . “&showposts=$post_number&paged=$paged”);?
   > >
   >  <div id=”main”>
   >  <?php if (have_posts()) : while (have_posts()) : the_post();?
   > >
   >  <?php $thumb = ”;
   >  $width = 175;
   >  $height = 175; $classtext = ”; $titletext = get_the_title();
   >  $thumbnail = get_thumbnail($width,$height,$classtext,$titletext,$titletext);
   > 
   > $thumb = $thumbnail[“thumb”]; ?>
   >  <?php global $post;
   >  $page_result = is_search() && ($post->post_type == ‘page’)?
   > true : false; ?>
   >  <div class=”entry-wrap<?php if ($page_result) echo(‘ page_result’); ?>”>
   >  
   > <div class=”entry”> <h2 class=”title”>” title=”<?php printf(__(‘Permanent Link
   > to %s’, ‘PersonalPress’), $titletext) ?>”><?php the_title(); ?></h2>
   >  <?php if (get_option(‘personalpress_postinfo1’) <> ”) { ?>
   >  <?php if ( in_array(‘
   > date’, get_option(‘personalpress_postinfo1’)) ) { ?> <p class=”date”> <span
   > class=”month”><?php the_time(‘M’); ?></span> <span class=”day”><?php the_time(‘
   > d’); ?></span> </p> <?php }; ?> <?php }; ?>
   >  <div class=”entry-content clearfix”>
   >  <?php if($thumb <> ” && get_option(‘
   > personalpress_thumbnails_index’) == ‘on’) { ?> <div class=”thumb”> <?php print_thumbnail(
   > $thumb, $thumbnail[“use_timthumb”], $titletext, $width, $height, $classtext);?
   > >
   > 
   >  </div> <!– end .thumb –> <?php }; ?>
   >  <?php if (get_option(‘personalpress_blog_style’) == ‘on’) the_content(“”);
   > else { ?>
   >  <p><?php truncate_post(370); ?></p> <?php }; ?>
   > 
   >  </div> <!– end .entry-content –>
   >  <div class=”post-meta-top”></div>
   >  <div class=”post-meta clearfix”>
   >  <?php if (get_option(‘personalpress_postinfo1’)
   > <> ”) { ?> <?php if ( in_array(‘author’, get_option(‘personalpress_postinfo1’))
   > || in_array(‘comments’, get_option(‘personalpress_postinfo1’)) || in_array(‘
   > categories’, get_option(‘personalpress_postinfo1’)) ) { ?>
   >  <?php if ( in_array(‘author’, get_option(‘personalpress_postinfo1’)) ) { ?
   > >
   >  <span class=”meta-info author”> <span class=”right-sep”> <?php the_author_posts_link();?
   > > </span> </span> <?php }; ?>
   >  <?php if ( in_array(‘comments’, get_option(‘personalpress_postinfo1’)) ) {?
   > >
   >  <span class=”meta-info comments-number”> <span class=”right-sep”> <?php 
   > comments_popup_link(__(‘0 comments’,’PersonalPress’), __(‘1 comment’,’PersonalPress’),‘%‘.
   > __(‘comments’,’PersonalPress’)); ?> </span> </span> <?php }; ?>
   >  <?php if ( in_array(‘categories’, get_option(‘personalpress_postinfo1’)) ){?
   > >
   >  <span class=”meta-info categories”> <span class=”right-sep”> <?php the_category(‘,‘)?
   > > </span> </span> <?php }; ?>
   >  <?php }; ?>
   >  <?php }; ?> </div> <!– end .post-meta –>
   >  </div> <!– end .entry –>
   >  </div> <!– end .entry-wrap –>
   >  <?php endwhile; ?>
   >  <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); }
   >  else { ?> <?php
   > include(TEMPLATEPATH . ‘/includes/navigation.php’); ?> <?php } ?>
   >  <?php else : ?>
   >  <?php include(TEMPLATEPATH . ‘/includes/no-results.php’);?
   > > <?php endif; wp_reset_query(); ?>
   >  </div> <!– end #main –>
   >  <?php get_sidebar(); ?>
   >  <?php get_footer(); ?>
 * Hopefully you can find something wrong inside =) Thank!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why is my blog post show by descending?](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/#post-1950711)
 * So where should I check what’s on my code file?
 * You may have a look with my blog : [http://www.jcwangzhang.com](http://www.jcwangzhang.com)
 * Appreciate for your replied and help!
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why is my blog post show by descending?](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/why-is-my-blog-post-show-by-descending/#post-1950668)
 * may i know what’s the code file do you mean?
 * thanks!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [404 Not Found](https://wordpress.org/support/topic/404-not-found-20/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/404-not-found-20/#post-1720286)
 * Hi,
 * My host was checked for me and the .htaccess is working as fine. But why the 
   issue still not work yet? May I know besides the problem from my host, what the
   problem will cause this?
 * I really need the help from yours.
 * Thanks!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [404 Not Found](https://wordpress.org/support/topic/404-not-found-20/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/404-not-found-20/#post-1720215)
 * Hi,
 * But my web hosting was enable rewriter for .htaccess
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [404 Not Found](https://wordpress.org/support/topic/404-not-found-20/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/404-not-found-20/#post-1720145)
 * Hi,
 * That mean the code doesn’t have any error.
    Just because of the htaccess not 
   working?
 * So what can my host do for me?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [404 Not Found](https://wordpress.org/support/topic/404-not-found-20/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/404-not-found-20/#post-1720142)
 * Hi Ipstenu,
    Too bad, nothing came out. Just show updated.
 * > RewriteEngine On
   >  RewriteBase / RewriteRule ^index\.php$ – [L]
   > # uploaded files
   >  RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-
   > files.php?file=$2 [L]
   > # add a trailing slash to /wp-admin
   >  RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin
   > $ $1wp-admin/ [R=301,L]
   > RewriteCond %{REQUEST_FILENAME} -f [OR]
   >  RewriteCond %{REQUEST_FILENAME} -d
   > RewriteRule ^ – [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*)
   > $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
 * Anything wrong with the above code?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [404 Not Found](https://wordpress.org/support/topic/404-not-found-20/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/404-not-found-20/#post-1720097)
 * Hi Andrea,
 * What do you mean by resave permalink structure?
 * Where to get the permalink code. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Contact Form](https://wordpress.org/support/topic/contact-form-15/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/contact-form-15/#post-916528)
 * Thanks.
 * Besides this,
    got others function is same like Cfrom more wider range ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CMS Themes](https://wordpress.org/support/topic/cms-themes/)
 *  Thread Starter [jc93](https://wordpress.org/support/users/jc93/)
 * (@jc93)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/cms-themes/#post-884152)
 * just like selling magazine themes.

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