Tag Archives: blogspot

Free Blogger Blogspot Template Generator

blogger blogspot templates creator generatorHow to create a Blogger Blogspot templates the easy way without html / php deep skill? The simple answer: create online using free template generator.

Agus Ramadani alias O-om compiles four Blogger Blogspot template generator websites which you can use to create Blogger Blogspot templates online for free. Useful for creative mind with lack of html / xml capability.

Here’s the list:

  1. Pimp-My-Profile
  2. PsycHo – psychogenesis
  3. Page Column Layout Generator
  4. Trix Blogspot Template Generator

Remove Date Time Stamp from Blogger Blogspot

How to Remove, hide or delete Date Time Stamp Author from Blogger Blogspot.

There are two methods and solutions on how to hide date time stamp in Blogger Blogspot. It’s recommended that you use the first method as it’s the easiest and without any risk of breaking the template codes.

I. Removing Date Time Stamp through Page Element (Recommended)

  1. After login -> Layout -> Blog Posts / Posting Blog -> Edit (See Picture 1)
  2. At Post Page Options -> Uncheck everything you want to hide/remove including Post Time, Post Date, Post Author, Label, etc. (See Picture 2)
  3. Click Save. Done

Picture 1. Blog Posts / Posting Blog in Blogger Page Elements

blog pots edit page elements

Picture 2: Post Page Options

remove date time stamp via post page options blogspot

II.Removing Date Time Stamp through HTML Editing (Not Recommended)

Tip: (a) Use CTRL+F or F3 to Search for a Code inside the Template; (b) Enter the code you’re searching inside the “Find” box (b) Back up your template first by clicking Download Full Template

A. Removing Post Date

  1. After login -> Layout -> Edit HTML -> check Expand Widget Template
  2. Search for this code -> <data:post.dateHeader/>
  3. Delete it. Save Template. Done.

B. Removing Post Time

  1. Search for this code at #2
  2. <span class=’post-timestamp’>
    <b:if cond=’data:top.showTimestamp’>
    <data:top.timestampLabel/>
    <b:if cond=’data:post.url’>
    <a class=’timestamp-link’ expr:href=’data:post.url’ rel=’bookmark’
    title=’permanent link’><abbr class=’published’
    expr:title=’data:post.timestampISO8601′><data:post.timestamp/></abbr></a>
    </b:if>
    </b:if>
    </span>
  3. Delete the code. Save Template. Done.

C. Remove Post Author

  1. Search for this code  at #2
  2. <span class=’post-author vcard’>
    <b:if cond=’data:top.showAuthor’>
    <data:top.authorLabel/>
    <span class=’fn’><data:post.author/></span>
    </b:if>
    </span>
  3. Delete it. Save Tempate. Done.