Title: How to hide meta data
Last modified: August 31, 2016

---

# How to hide meta data

 *  Resolved [hmahraj](https://wordpress.org/support/users/hmahraj/)
 * (@hmahraj)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-hide-meta-data/)
 * How can I hide the date a post or page was published, comments and more that 
   appears at the end of all **posts or pages** in the Search Results? I tried to
   remove what might be meta data, but not sure, with the following css. It did 
   not work.
    } .post .meta, .pages .meta { display: none; } Is there css I can 
   use that will make this invisible forever **even** after adding new posts or 
   pages to the site? Thanks.
 * [http://hersheylibrary.org/?s=hershey](http://hersheylibrary.org/?s=hershey)

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-hide-meta-data/#post-7081394)
 * works already for posts.
 * there is no CSS class `.pages` in the div;
 * use:
 *     ```
       .post .meta, .page .meta {
           display: none;
       }
       ```
   
 * if you want ot make it specific only for the search results,
    use:
 *     ```
       .search-results .post .meta, .search-results .page .meta {
           display: none;
       }
       ```
   
 *  Thread Starter [hmahraj](https://wordpress.org/support/users/hmahraj/)
 * (@hmahraj)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-hide-meta-data/#post-7081473)
 * Thank you very much. This worked for the site. I appreciate your help!

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

The topic ‘How to hide meta data’ is closed to new replies.

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)
 * [meta-data](https://wordpress.org/support/topic-tag/meta-data/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [hmahraj](https://wordpress.org/support/users/hmahraj/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-hide-meta-data/#post-7081473)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
