Title: Looking for a plugin
Last modified: August 19, 2016

---

# Looking for a plugin

 *  [ladycrow](https://wordpress.org/support/users/ladycrow/)
 * (@ladycrow)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/looking-for-a-plugin-3-2/)
 * I’m looking for a plugin (or widget) that will be used in my sidebar to show 
   the most recent updates by category (or tag, I’m not picky). I have 2 sections
   that I’d like to show the most recent 4 – 5 post titles.
 * All the plugins I’ve found seem to be outdated or not customizable enough. Any
   suggestions?

Viewing 1 replies (of 1 total)

 *  Thread Starter [ladycrow](https://wordpress.org/support/users/ladycrow/)
 * (@ladycrow)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/looking-for-a-plugin-3-2/#post-802223)
 * All right, I found a way to do this with categories – and not even a plugin! 
   Pretty easy. I’lk post that method..
 *     ```
       <?php $recent = new WP_Query("cat=3&showposts=3"); while($recent->have_posts()) : $recent->the_post();?>
       <li><a href="<?php the_permalink() ?>" rel="bookmark">
       <?php the_title(); ?>
       </a></li>
       <?php endwhile; ?>
       ```
   
 * but I’m wondering if there’s any way to do this with tags? That would work better
   with another plugin I am using

Viewing 1 replies (of 1 total)

The topic ‘Looking for a plugin’ is closed to new replies.

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [ladycrow](https://wordpress.org/support/users/ladycrow/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/looking-for-a-plugin-3-2/#post-802223)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
