Title: Format recent post lists
Last modified: August 18, 2016

---

# Format recent post lists

 *  [dbrhett](https://wordpress.org/support/users/dbrhett/)
 * (@dbrhett)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/format-recent-post-lists/)
 * How can I custom format the recent post list in the sidebar?
    What tags should
   I work with in the css. I am currently using greentrees as a theme and wish to
   provide some distinction to the curent post lists as they run together. (perhaps
   a dash before each name, or a space between each name) Thanks

Viewing 1 replies (of 1 total)

 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/format-recent-post-lists/#post-159011)
 * You can either assign it its own CSS or [stylize the nested lists](http://codex.wordpress.org/Styling_lists_with_CSS)
   to make them look however you want.
 * If you want the recent posts to have their own look different from the others:
 * ` <li id="recent"><?php _e('Recent Articles'); ?>
    <ul><?php c2c_get_recent_posts(
   10); ?></ul></li>
 * And then add this to your style sheet:
 * `#recent {color: blue; font-style: italic...whatever look you want...}`
 * Does that help?

Viewing 1 replies (of 1 total)

The topic ‘Format recent post lists’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Lorelle](https://wordpress.org/support/users/lorelle/)
 * Last activity: [21 years, 3 months ago](https://wordpress.org/support/topic/format-recent-post-lists/#post-159011)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
