Title: MINIMATICA
Last modified: August 20, 2016

---

# MINIMATICA

 *  [asarran](https://wordpress.org/support/users/asarran/)
 * (@asarran)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/minimatica/)
 * hi there! how can i remove the following lines from my posts?
    – Written by admin–
   on September 21, 2011 – Filed under Uncategorized – Edit
 * please go to: [http://www.events-photo.com/?p=74](http://www.events-photo.com/?p=74)
 * thanks for taking the time to answer

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

 *  [gnanendra](https://wordpress.org/support/users/gnanendra/)
 * (@gnanendra)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/minimatica/#post-2308619)
 * Locate the content.php file “./wp-content/themes/minimatica/content.php”
    and
   Remove the below code inside “content.php”
 * Follow this link for code–>> [http://pastebin.com/T9ytLMxT](http://pastebin.com/T9ytLMxT)
 *  [lmbyford](https://wordpress.org/support/users/lmbyford/)
 * (@lmbyford)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/minimatica/#post-2308705)
 * This worked really well for me – thanks!
 * Do you also know how to remove the “Comments are Closed” line?
 *  [arisengr01](https://wordpress.org/support/users/arisengr01/)
 * (@arisengr01)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/minimatica/#post-2308744)
 * hmmm i can’t see any code gnanendra.. the site is blank..
 *  [berndw](https://wordpress.org/support/users/berndw/)
 * (@berndw)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/minimatica/#post-2308750)
 * The code ID is invalid or the code has been removed. Could you please repost?
   
   Thanks!
 *  [berndw](https://wordpress.org/support/users/berndw/)
 * (@berndw)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/minimatica/#post-2308751)
 * Ok, I tried myself:
    Remove (or comment) the lines from:
 * `<aside class="entry-meta">`
 * To:
 * `<div class="clear"></div>`
 * This removes all the posting info.
 *  [charlotted29](https://wordpress.org/support/users/charlotted29/)
 * (@charlotted29)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/minimatica/#post-2308790)
 * This hasn’t removed ‘filed under uncategorised’ for me. Driving me nuts! I have
   managed to remove everything else except that.
 * [http://www.chardawson.co.uk](http://www.chardawson.co.uk)
 *  [johnavola](https://wordpress.org/support/users/johnavola/)
 * (@johnavola)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/minimatica/#post-2308798)
 * **To remove the following lines:
    – Written by admin – on September 21, 2011 –
   Filed under Uncategorized – Edit
 * Locate the content.php file under “Editor” and delete the following:
 * _[ Moderator Note: Please post code or markup snippets between backticks or use
   the code button. As it stands, your code may now have been permanently damaged/
   corrupted by the forum’s parser. ]_
 *     ```
       <aside class="entry-meta">
   
       <ul>
       <?php _e( 'Written 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 edit_post_link( __( 'Edit', 'minimatica' ), '
       ' ); ?>
       			</ul>
       			<?php the_tags( '<div class="entry-tags">', ' ', '</div>' ); ?>
       		</aside><!-- .entry-meta -->
       		<div class="clear"></div>
       	</div><!-- .entry-header -->
       	<section class="entry-content">
       		<?php the_content(); ?>
       		<div class="clear"></div>
       		<?php wp_link_pages( array( 'before' => '<p class="pagination">' . __( 'Pages' ) . ': ' ) ); ?>
       	</section><!-- .entry-content -->
       ```
   
 * **To remove “Comments are Closed” – Locate the content.php file under “Editor”
   and delete the following:**
 *     ```
       <?php comments_template(); ?>
       </div><!-- #content -->
       ```
   
 * **To remove ‘filed under uncategorized’**
    Go to “Posts” –> “Categories” –> delete“
   Uncategorized”

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

The topic ‘MINIMATICA’ is closed to new replies.

## Tags

 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 7 replies
 * 7 participants
 * Last reply from: [johnavola](https://wordpress.org/support/users/johnavola/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/minimatica/#post-2308798)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
