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”