How to Make the Blogger Posts Have a Calendar for the Date in
It's quite common to see calendar style dates next to some WordPress posts but for the Blogger platform it isn't always easy adding it. But who said you can't do it? You need to look no further than this blog. In this tutorial, we'll learn how to create a calendar style for your Blogger posts date! DEMO How to create calendar style dates in Blogger Step 1. Go t o "Settings" > "Language and Formatting" - "Date Header Format" and c hange the date format as you can see in this example below ( first add day, month and finally year) Step 2. Go to Template > click the "Edit HTML" button Step 3. Click anywhere inside the code area and press CTRL + F to open the blogger' search box Step 4. Type or paste the following line inside the search box and hit Enter to find it: <h2 class='date-header'><span><data:post.dateHeader/></span></h2> Step 5. In case you find it twice, replace it twic...