Title: Remove &quot;published by&quot;
Last modified: August 22, 2016

---

# Remove "published by"

 *  [fabiobelli22](https://wordpress.org/support/users/fabiobelli22/)
 * (@fabiobelli22)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-published-by/)
 * Ho is it possible remove “published by” on the top of the articles and “published
   in category” on the bottom of the post?
    thanks

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

 *  [Dids-wp](https://wordpress.org/support/users/dids-wp/)
 * (@dids-wp)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-published-by/#post-5426074)
 * try to add this to your css
 * .entry-meta {
    display: none; }
 *  [Sakin Shrestha](https://wordpress.org/support/users/sakinshrestha/)
 * (@sakinshrestha)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/remove-published-by/#post-5426079)
 * [@fabiobelli22](https://wordpress.org/support/users/fabiobelli22/): Yes just 
   add the above css that [@dids-wp](https://wordpress.org/support/users/dids-wp/)
   gave in “Appearance => Theme Options => Custom CSS” box.
    `.entry-meta { display:
   none; }`
 *  [kudo93](https://wordpress.org/support/users/kudo93/)
 * (@kudo93)
 * [11 years ago](https://wordpress.org/support/topic/remove-published-by/#post-5426127)
 * Well, how can I do the same thing but for specific posts, or for specific category
   of post ?
    I want actually to remove those information on the slider posts..
 * Thanks,
 *  [Sakin Shrestha](https://wordpress.org/support/users/sakinshrestha/)
 * (@sakinshrestha)
 * [11 years ago](https://wordpress.org/support/topic/remove-published-by/#post-5426128)
 * [@kudo93](https://wordpress.org/support/users/kudo93/): It depends on the category
   ID, we can hide it. So, first you need to find your category ID. Then if you 
   want to hide it only for category ID 1 then the css will be as below:
    `.category-
   1 .entry-meta { display: none; }`
 * Note: replace 1 with your category ID. To find category ID, you might want to
   use plugin [https://wordpress.org/plugins/catch-ids/](https://wordpress.org/plugins/catch-ids/)

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

The topic ‘Remove "published by"’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/catch-kathmandu/4.4.3/screenshot.
   png)
 * Catch Kathmandu
 * [Support Threads](https://wordpress.org/support/theme/catch-kathmandu/)
 * [Active Topics](https://wordpress.org/support/theme/catch-kathmandu/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/catch-kathmandu/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/catch-kathmandu/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Sakin Shrestha](https://wordpress.org/support/users/sakinshrestha/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/remove-published-by/#post-5426128)
 * Status: not resolved