Title: Removing Post Data from Posts
Last modified: August 20, 2016

---

# Removing Post Data from Posts

 *  [smiths](https://wordpress.org/support/users/smiths/)
 * (@smiths)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/removing-post-data-from-posts/)
 * Hi. I’m using Minimatica 1.0.8 and want to remove the post data from all the 
   posts (“written by, date, filed under” ). This info shows up on the top right
   corner of each post. I want the image or text to align left once this info is
   gone. I still want the right sidebar (where I have my page menu). Here is a [link](http://samarasmith.com/archives/8):
   
   Thanks!

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

 *  Thread Starter [smiths](https://wordpress.org/support/users/smiths/)
 * (@smiths)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/removing-post-data-from-posts/#post-2209098)
 * I’d also like to remove “comments are closed” from the bottom of all posts. Thanks!
 *  [arisengr01](https://wordpress.org/support/users/arisengr01/)
 * (@arisengr01)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/removing-post-data-from-posts/#post-2209438)
 * yah. me too.. any help guys? thanks
 *  [arisengr01](https://wordpress.org/support/users/arisengr01/)
 * (@arisengr01)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/removing-post-data-from-posts/#post-2209439)
 * hey guys, found this one.. delete the code shown below..
    you could find this
   inside the content-audio.php, content-gallery.php, content-image.php, content-
   video.php, content.php, loop-attachment.php and loop.php.
 * <aside class=”entry-meta”>
 *  <?php _e( ‘Posted by’, ‘minimatica’ ); ?> <?php the_author_posts_link(); ?>
   
   <?php _e( ‘on’, ‘minimatica’ ); ?> <time datetime=”<?php the_time( ‘Y-m-d’ );?
   >”><?php the_time( get_option( ‘date_format’ ) ); ?></time> <?php _e( ‘Filed 
   under’, ‘minimatica’ ); ?> <?php the_category( ‘, ‘ ); ?>
 * <?php the_tags( ‘<div class=”entry-tags”>’, ‘ ‘, ‘</div>’ ); ?>
    </aside><!– .
   entry-meta –>
 * ingenious! 😀 enjoy!

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

The topic ‘Removing Post Data from Posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [arisengr01](https://wordpress.org/support/users/arisengr01/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/removing-post-data-from-posts/#post-2209439)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
