Title: Hide single post entry on CPT
Last modified: July 21, 2020

---

# Hide single post entry on CPT

 *  [lamayas](https://wordpress.org/support/users/lamayas/)
 * (@lamayas)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/hide-single-post-entry-on-cpt/)
 * Hello,
 * How can I hide the single post entry for CPTs? I already included it in the layout
   and I want to hide the one from the theme. Just for the CPT, not the regular 
   posts.
 * Thanks in advance!

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

 *  Thread Starter [lamayas](https://wordpress.org/support/users/lamayas/)
 * (@lamayas)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/hide-single-post-entry-on-cpt/#post-13156113)
 * Just to clarify, I meant the title for the single post entry.
 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/hide-single-post-entry-on-cpt/#post-13160125)
 * Hi,
 * Please share the page URL and screenshot.
 *  Thread Starter [lamayas](https://wordpress.org/support/users/lamayas/)
 * (@lamayas)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/hide-single-post-entry-on-cpt/#post-13161834)
 * Hi Abhishek,
 * My site is not live yet but here’s two screenshots:
 * [https://tinyurl.com/y6pnmeuo](https://tinyurl.com/y6pnmeuo)
    [https://tinyurl.com/y5s7jb64](https://tinyurl.com/y5s7jb64)
 * Thanks for tour help!
 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/hide-single-post-entry-on-cpt/#post-13168589)
 * Hi,
 * Please add the below CSS code from the Customize > custom CSS, and check.
 *     ```
       .single-post-title.entry-title {
        display: none;
       }
       ```
   
 *  Thread Starter [lamayas](https://wordpress.org/support/users/lamayas/)
 * (@lamayas)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/hide-single-post-entry-on-cpt/#post-13169154)
 * Hello,
 * This would hide it for my posts also. I need to hide it just for a custom post
   type. Is this possible?
 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/hide-single-post-entry-on-cpt/#post-13197475)
 * Hi,
 * Sorry but I’m not able to find out the class for the CPT without inspecting the
   site, with snapshots not getting help to pick the correct class.
    You can inspect
   the site and add the class of CPT in the above code.

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

The topic ‘Hide single post entry on CPT’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/hide-single-post-entry-on-cpt/#post-13197475)
 * Status: not resolved