Title: Posts from Selected Categories
Last modified: August 19, 2016

---

# Posts from Selected Categories

 *  [tariqbamadhaj](https://wordpress.org/support/users/tariqbamadhaj/)
 * (@tariqbamadhaj)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/posts-from-selected-categories/)
 * How do I show the titles of posts/articles from a selected group of categories?
   I would like to place this list (which consist of the 10 most recent articles/
   post) in the sidebar. Any suggestions?

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

 *  [markdw](https://wordpress.org/support/users/markdw/)
 * (@markdw)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/posts-from-selected-categories/#post-748592)
 * You could use the following code (see entry below)
 *  [markdw](https://wordpress.org/support/users/markdw/)
 * (@markdw)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/posts-from-selected-categories/#post-748594)
 * sorry this editor is playing up. Try this code:
 *     ```
       <?php $recent = new WP_Query("cat=22&showposts=10"); while($recent->have_posts()) : $recent->the_post();?>
       		<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
       		<?php endwhile; ?>
       ```
   

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

The topic ‘Posts from Selected Categories’ is closed to new replies.

## Tags

 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 2 replies
 * 2 participants
 * Last reply from: [markdw](https://wordpress.org/support/users/markdw/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/posts-from-selected-categories/#post-748594)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
