Title: 's Replies | WordPress.org

---

# courtesyflush

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visitor Maps and Who's Online] [Plugin: Visitor Maps and Who's Online] Time zone](https://wordpress.org/support/topic/plugin-visitor-maps-and-whos-online-time-zone/)
 *  [courtesyflush](https://wordpress.org/support/users/courtesyflush/)
 * (@courtesyflush)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-visitor-maps-and-whos-online-time-zone/#post-1772162)
 * thanks mike
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Dashboard turned white? Blank phps。](https://wordpress.org/support/topic/dashboard-turned-white-blank-phps%e3%80%82/)
 *  Thread Starter [courtesyflush](https://wordpress.org/support/users/courtesyflush/)
 * (@courtesyflush)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/dashboard-turned-white-blank-phps%e3%80%82/#post-1652339)
 * hmmmm… IE8 seems to be normal though, gotta be a FF issue.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Getting blog traffic in China](https://wordpress.org/support/topic/getting-blog-traffic-in-china/)
 *  [courtesyflush](https://wordpress.org/support/users/courtesyflush/)
 * (@courtesyflush)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/getting-blog-traffic-in-china/#post-1651051)
 * [http://addthis.org.cn/](http://addthis.org.cn/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Lightbox2 doesn't work on page 2 for ePhoto theme](https://wordpress.org/support/topic/lightbox2-doesnt-work-on-page-2-for-ephoto-theme/)
 *  Thread Starter [courtesyflush](https://wordpress.org/support/users/courtesyflush/)
 * (@courtesyflush)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/lightbox2-doesnt-work-on-page-2-for-ephoto-theme/#post-1622947)
 * answer: upgrading to the new epanel, one has to remove old custom fields for 
   thumbnails.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do i make the Page Navi work on home.php in ePhoto Theme](https://wordpress.org/support/topic/how-do-i-make-the-page-navi-work-on-homephp-in-ephoto-theme/)
 *  [courtesyflush](https://wordpress.org/support/users/courtesyflush/)
 * (@courtesyflush)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-make-the-page-navi-work-on-homephp-in-ephoto-theme/#post-1351098)
 * at the top of home.php, add the following **(marked in bold)**
 * ========================================================
 * <!–Begind recent post–>
 *  <?php $my_query = new WP_Query(“showposts=$artsee_homepage_posts&order=DESC&
   cat=-$artsee_blog_id_number”** . ‘&paged=’ . get_query_var(‘paged’)**);
 * ========================================================
 * then, scroll down a bit you’ll see the triple “</div>”, below them you should
   have the following code:
 * </div>
    </div> </div>
 * <?php endwhile; ?>
    </div>
 * **
    <div style=”clear: both;”></div> <?php if(function_exists(‘wp_pagenavi’)){
   wp_pagenavi(); } else { ?> <p class=”pagination”> <?php next_posts_link(‘« Previous
   Entries’) ?> <?php previous_posts_link(‘Next Entries »’) ?> </p> <?php } ?>
 * </div>
 * <div id=”sidebar” style=”margin-top: 15px;”>
 * =======================================================
 * it’s all good except pagination stops at page three for me… =(

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