Title: thr's Replies | WordPress.org

---

# thr

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blank page after posting a comment](https://wordpress.org/support/topic/blank-page-after-posting-a-comment/)
 *  Thread Starter [thr](https://wordpress.org/support/users/thr/)
 * (@thr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/blank-page-after-posting-a-comment/#post-103839)
 * I changed nothing in the wp files… 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [First post summary for Index.php](https://wordpress.org/support/topic/first-post-summary-for-indexphp/)
 *  [thr](https://wordpress.org/support/users/thr/)
 * (@thr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/first-post-summary-for-indexphp/#post-103774)
 * Great stuff. I’ve modified the hack a little bit.
    Now you can choose how many
   post should be displayed as summary, simply change the $fullposts variable: `
   <?php $first = 1; //number of latest posts which are showed as summary //the 
   previous posts will be showed as simple links $fullposts = 5; if ($posts) : foreach(
   $posts as $post) : start_wp(); ?> <?php the_date('','<h2>','</h2>'); ?> <h3>"
   rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title();?
   ></h3> <?php if($first) the_content(); if($first==$fullposts) $first = False;
   else $first++; endforeach; else: ?> <?php _e('Sorry, no posts matched your criteria.');?
   > <?php endif; ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blank page after posting a comment](https://wordpress.org/support/topic/blank-page-after-posting-a-comment/)
 *  Thread Starter [thr](https://wordpress.org/support/users/thr/)
 * (@thr)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/blank-page-after-posting-a-comment/#post-103753)
 * I loaded up the original file again, but nothing changed.
    Any suggestions? Upload
   the 1.3 alpha?

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