Title: Post list
Last modified: August 18, 2016

---

# Post list

 *  [moustache](https://wordpress.org/support/users/moustache/)
 * (@moustache)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/post-list/)
 * Hi,
 * Anybody knows if there is any tag that displays a list of a category’s posts?
   I searched for it in [the codex](http://codex.wordpress.org/Template_Tags), but
   I didn’t found it :-/

Viewing 1 replies (of 1 total)

 *  [samsm](https://wordpress.org/support/users/samsm/)
 * (@samsm)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/post-list/#post-153988)
 * query_posts () might be the tool you are searching for.
 * Switch to the default theme for a moment and check out the query string when 
   you click upon a category link. By query string, I mean the portion of the url
   after the question mark. For example:
 * `cat=1`
 * Yeah. Anyway, you can replicate the effect of visiting a category page by using
 * `<?php query_string('cat=1'); ?>`
 * … followed by standard “loop” syntax for actually displaying posts.

Viewing 1 replies (of 1 total)

The topic ‘Post list’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [samsm](https://wordpress.org/support/users/samsm/)
 * Last activity: [21 years, 3 months ago](https://wordpress.org/support/topic/post-list/#post-153988)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
