Title: ashchristopher's Replies | WordPress.org

---

# ashchristopher

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

 *   [Profile](https://wordpress.org/support/users/ashchristopher/)
 *   [Topics Started](https://wordpress.org/support/users/ashchristopher/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ashchristopher/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ashchristopher/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ashchristopher/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ashchristopher/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ashchristopher/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: [Search results are paged rather than listed](https://wordpress.org/support/topic/search-results-are-paged-rather-than-listed/)
 *  Thread Starter [ashchristopher](https://wordpress.org/support/users/ashchristopher/)
 * (@ashchristopher)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/search-results-are-paged-rather-than-listed/#post-837104)
 * Yes, I realized the same thing just after I sent the post. I should have been
   a good netzian and sent my solution. Oversight on my part – I forgot that I was
   set up for 1 post per page. I didnt realize that it applied to search results
   as well. Search results are just posts. Duh.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to get recent entries?](https://wordpress.org/support/topic/how-to-get-recent-entries/)
 *  [ashchristopher](https://wordpress.org/support/users/ashchristopher/)
 * (@ashchristopher)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/how-to-get-recent-entries/#post-680392)
 * <? foreach (get_posts(‘numberposts=10&order=ASC&orderby=category’) as $p): ?>
   
   <? setup_postdata($p); ?> <!– do the_loop stuff here –> <? endforeach; ?>
 * This is explained right off the wordpress template tags page:
    [http://codex.wordpress.org/Template_Tags](http://codex.wordpress.org/Template_Tags)
   [http://codex.wordpress.org/Template_Tags/get_posts](http://codex.wordpress.org/Template_Tags/get_posts)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a URL that lists every post?](https://wordpress.org/support/topic/how-to-create-a-url-that-lists-every-post/)
 *  [ashchristopher](https://wordpress.org/support/users/ashchristopher/)
 * (@ashchristopher)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/how-to-create-a-url-that-lists-every-post/#post-837025)
 * Create a page with a postname of ‘everything’, then create and use a template.
 * More info here:
    [http://codex.wordpress.org/Creating_an_Archive_Index](http://codex.wordpress.org/Creating_an_Archive_Index)

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