Title: perfectcoding's Replies | WordPress.org

---

# perfectcoding

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [include all posts, titles, etc from one category into a Page](https://wordpress.org/support/topic/include-all-posts-titles-etc-from-one-category-on-a-page/)
 *  [perfectcoding](https://wordpress.org/support/users/perfectcoding/)
 * (@perfectcoding)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/include-all-posts-titles-etc-from-one-category-on-a-page/#post-1036228)
 * For those interested, here’s a third option:
 * In your template, retain ‘The Loop’ for your page. This will give you a normal
   page with the page text at the top.
 * insert this piece of php code:
 * `<?php query_posts('category_name=photography&showposts=10'); ?>`
 * now call ‘The Loop’ for the index page. This will list all the posts in the ‘
   photography’ category.
 * Not a very lucid explanation, I’m afraid, but hopefully it will provide the building
   blocks!

Viewing 1 replies (of 1 total)