How to remove a date and author of blog


Author Message
Johnny Best

Posted: 1/8/2014
Quote message 

Follow this:
-----------
How to add and/or HIDE: author name, date and label below post titles in blogger...

Method -

Step 1: Open your blogger dashboard and select your blog.
Step 2: Select Layout option.
Step 3: Click on Edit option below Blog Posts widget.
Step 4: Uncheck all the option on the Blog posts widget & save the widget.



Step 5: Now select Template -->Edit HTML option.
Step 6: In the template code find following code:

<div class='post-header'>

<div class='post-header-line-1'/>


Step 6: Replace above given code with following code and save the template.

Note : If this doesn't work then find second occurrence of the above code and replace it with the given code.

Code to use:


=================================
credits go to author, here: http://goo.gl/ohlHLf
i test it myself and i confirm that really works on Artisteer Blogger's templates.
Enjoy! :-P
 
hughcouls12

Posted: 3/19/2014
Quote message 

remove this whole section:

<div class="entry-header">
<header>
<h1><?php the_author(); ?></h1>
<h2><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'twentytwelve' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php echo get_the_date(); ?></a></h2>
</header>
<?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentytwelve_status_avatar', '48' ) ); ?>
</div><!-- .entry-header -->

from

http://www.pumpkinwebdesign.co/web-design-manchester/