Title: Highligting current post
Last modified: August 31, 2016

---

# Highligting current post

 *  Resolved [turnkey13](https://wordpress.org/support/users/turnkey13/)
 * (@turnkey13)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/highligting-current-post/)
 * Instead of excluding current post from the list, It might be more user friendly
   option to show the current post highlighted for example, Is there a way to achive
   this?
 * [https://wordpress.org/plugins/same-category-posts/](https://wordpress.org/plugins/same-category-posts/)

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

 *  Plugin Author [Daniel Floeter](https://wordpress.org/support/users/kometschuh/)
 * (@kometschuh)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/highligting-current-post/#post-7286358)
 * Hello Turnkey13,
 * there is a CSS class which have only the current post ‘`.same-category-post-current`‘.
   You can use it for highlight the current displayed post:
 *     ```
       .same-category-post-current {
          background-color: #F0F8FF;
          color: #00000;
       }
       ```
   
 *  Thread Starter [turnkey13](https://wordpress.org/support/users/turnkey13/)
 * (@turnkey13)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/highligting-current-post/#post-7286404)
 * thank you. works

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

The topic ‘Highligting current post’ is closed to new replies.

 * ![](https://ps.w.org/same-category-posts/assets/icon-256x256.png?rev=1419009)
 * [Same Category Posts](https://wordpress.org/plugins/same-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/same-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/same-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/same-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/same-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/same-category-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [turnkey13](https://wordpress.org/support/users/turnkey13/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/highligting-current-post/#post-7286404)
 * Status: resolved