Title: Recent posts separation
Last modified: August 21, 2016

---

# Recent posts separation

 *  Resolved [jaimee86](https://wordpress.org/support/users/jaimee86/)
 * (@jaimee86)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/recent-posts-separation/)
 * Hello,
 * I am having a little issue with my recent posts.
    I would like each recent posts
   to be listed on one line but right now it is just listing all posts right after
   the other.
 * Any ideas?
 * [http://70.40.196.102/patriciamoreno/category/blog/](http://70.40.196.102/patriciamoreno/category/blog/)
 * Thanks!

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/recent-posts-separation/#post-4857767)
 * You have some css effecting lists, need to add this to your custom css box in
   the theme options:
 *     ```
       .sidebar li {
       display: block;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [jaimee86](https://wordpress.org/support/users/jaimee86/)
 * (@jaimee86)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/recent-posts-separation/#post-4857772)
 * Thank you!
 * One more question: I have multiple authors on the blog but I want to be just 
   one name (X) to appear as the author name on blog post regardless of who posted.
   Is there a way to do that?
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/recent-posts-separation/#post-4857788)
 * Not without changing some core files, wordpress isn’t designed that way so you
   might be better off just hiding the author icon and name:
 *     ```
       .postauthortop {
       display: none;
       }
       ```
   
 * Else you need to write the code to always show one name
 * Kadence Themes
 *  Thread Starter [jaimee86](https://wordpress.org/support/users/jaimee86/)
 * (@jaimee86)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/recent-posts-separation/#post-4858160)
 * Got it.
 * Thank you!

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

The topic ‘Recent posts separation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.14/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [jaimee86](https://wordpress.org/support/users/jaimee86/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/recent-posts-separation/#post-4858160)
 * Status: resolved