Title: coldsector's Replies | WordPress.org

---

# coldsector

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Excerpt Generator] memory error](https://wordpress.org/support/topic/memory-error-10/)
 *  Thread Starter [coldsector](https://wordpress.org/support/users/coldsector/)
 * (@coldsector)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/memory-error-10/#post-5256947)
 * Never mind I solved that, I clean all the excerpts and everything worked again.
 * Another question:
 * Do you know how i can put a paragraph on a excerpt? A Blank line between two 
   lines? I have turn on the option “Conserver le code HTML ?” to Totalement and
   even so the break dont know.
 * Can you help me with that?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help with index page code](https://wordpress.org/support/topic/help-with-index-page-code/)
 *  Thread Starter [coldsector](https://wordpress.org/support/users/coldsector/)
 * (@coldsector)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/help-with-index-page-code/#post-942259)
 * After some research i manage to fix this i leave here the code so it may help
   other with my problem.
 * The only thing i needed to make was changing this:
 *     ```
       <?php query_posts('showposts=5'); ?>
       ```
   
 * Into this:
 *     ```
       <?php query_posts('showposts=5'.'&paged='.$paged); ?>
       ```
   

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