Title: Customizing post meta data
Last modified: August 30, 2016

---

# Customizing post meta data

 *  Resolved [Kavouras](https://wordpress.org/support/users/kavouras/)
 * (@kavouras)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/customizing-post-meta-data/)
 * Hi,
 * Could you please help me do this customization:
    When displaying more than one
   post (categoly, blog search etc.) I want all the meta date removed (author, date,
   edit, category etc) In the single post page I would like ALL the meta data (author,
   date, edit, category etc) to show at the end of the post (where now is only the
   category.
 * Thanks for your help

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

 *  [dboglin01](https://wordpress.org/support/users/dboglin01/)
 * (@dboglin01)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/customizing-post-meta-data/#post-6505108)
 * Go here. [http://q-and-a.center/twenty-fifteen-remove-dates-and-author/](http://q-and-a.center/twenty-fifteen-remove-dates-and-author/)
 * If you’d much rather just pastes code into your custom css, just use
 * > .home .entry-footer {
   >  display:none; }
 *  The .home is there so changes will be made only to your homepage.
 *  Thread Starter [Kavouras](https://wordpress.org/support/users/kavouras/)
 * (@kavouras)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/customizing-post-meta-data/#post-6505148)
 * I don’t use 2015, but I searched its files and couldn’t find a way to edit the
   twentyfifteen_entry_meta function
 *  Theme Author [WaqassKhalid](https://wordpress.org/support/users/waqasskhalid/)
 * (@waqasskhalid)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/customizing-post-meta-data/#post-6505336)
 * You can always customize content.php

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

The topic ‘Customizing post meta data’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [WaqassKhalid](https://wordpress.org/support/users/waqasskhalid/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/customizing-post-meta-data/#post-6505336)
 * Status: resolved