Title: remove post date and by
Last modified: August 24, 2016

---

# remove post date and by

 *  Resolved [sjjump74](https://wordpress.org/support/users/sjjump74/)
 * (@sjjump74)
 * [11 years ago](https://wordpress.org/support/topic/remove-post-date-and-by/)
 * Is there a way to remove the author and date posted on posts please?

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

 *  [deczeemarket](https://wordpress.org/support/users/deczeemarket/)
 * (@deczeemarket)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-post-date-and-by/#post-6097259)
 * Hello,
 * I am by no means an expert (so use this at your own risk) but I accomplished 
   this by creating a child theme and removing the postby lines from each post type(
   content.php, single-portfolio.php and single.php) in my child theme.
 * I eliminated these lines:
 *     ```
       <div class="entry-meta">
       			<?php portfoliopress_postby_meta(); ?>
       		</div><!-- .entry-meta -->
       ```
   
 * Hope that helps!
 *  Theme Author [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-post-date-and-by/#post-6097273)
 * Portfolio+ has an option to remove author and dates.
 * You could also do this with CSS:
 *     ```
       .entry-header .entry-meta { display: none; }
       ```
   

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

The topic ‘remove post date and by’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/portfolio-press/2.8.0/screenshot.
   jpg)
 * Portfolio Press
 * [Support Threads](https://wordpress.org/support/theme/portfolio-press/)
 * [Active Topics](https://wordpress.org/support/theme/portfolio-press/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/portfolio-press/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/portfolio-press/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/remove-post-date-and-by/#post-6097273)
 * Status: resolved