On the recent post showing how toDisplay A Default Avatar For Anonymous Comments a comment by RedCheriiasked "How do you put those little icons beside your post details (author, date, label) and make them appear below your post title?".The icons and details RedCherii asked about can be seen below the title of this and every post on Spice Up Your Blog.So for Redcherri and anyone else who likes them, in this post i will show you how to add them to your blog.What we are adding is the default Author Name, Post Date And Labels from the post with 16x16 icons to the left of each.I also have a pipe character splitting each, the code will be placed in your template to display this directly below the post titles.
Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Use Search Bar)
Step 3. Copy and paste the following code Directly Below <div class='post-header-line-1'>
Yellow - Author Icon
Red - Calender Icon
Blue - Labels Icon
Optional Change The Icons - The icons are highlighted in the code and you can change these by replacing the image URL.The icon you replace them with should be 16x16 pixels.
Step 4. Save your template, how easy was that.
Add Author, Date And Labels With Icons Below Posts Titles
Step 1. In your Blogger dashboard click Design > Edit Html > Tick the Expand Widget Templates.Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - How To Use Search Bar)
<div class='post-header-line-1'>
Step 3. Copy and paste the following code Directly Below <div class='post-header-line-1'>
<font style='background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQ_2cgDOTR6NfYWqC4uV8Y6Belm2vTUzLKYlAtqZi2vvh4QByplACNhNCcsRLET22OMh4hlegTGRpQpkDP1WAnvza2b1ih_HRH9L4jEU3xkT6Sz1VRR2mpMXUBGz2AivxRCkZQwdhqDeY/s1600/author.png) no-repeat scroll top left;padding-left:25px;font-size:11px;'><data:post.author/></font> | <font style='background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjj4cdHRMEEvpWi98N2tZtRifUDECo82J-XwvIl2AMpTPlxfmibKWF3mPkxVSm19J7bN32DGF5i9QXiyzl0aGYYxQDakqhgQ-PjvWX-JFXdchD229T0B82v7_fXXU3iHQlmPF1XQqjvpok/s1600/calendar.gif) no-repeat scroll top left;padding-left:25px;font-size:11px;'><data:post.timestamp/></font> | <font style='background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAVnwdRj5JE6sxg3surtkmgyG0PFAHc5QTTcQeJ4F3bfnfTjvJLL8_m7TB5Ewpwzrbt5rNzHxYGXKSSro1CHX9fMiKF2vSWPo6KbW1x4BWm3rRQBPpjvRwV7e6v-HT4zdCHWzutneDBxo/s1600/icon_tags.png) no-repeat scroll top left;padding-left:25px;font-size:11px;'><b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url + "?max-results=8"' rel='tag'><data:label.name/></a>
<b:if cond='data:label.isLast != "true"'>|</b:if>
</b:loop>
</b:if></font><a href='http://www.spiceupyourblog.com'><img alt='Best Blogger Tips' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAdIrz3TTNghlfc1vdFw8kT4OxnG9VBMNsXlv5j6hCb0r1riLlExlulPrh1izmTghy0UkjtqtL6pAsqQ9rkFJucbW4-F_HvlALlUScF6QNyhuJDcf6XC54kY7bdnBrT1FZzE4CsZ7RLH1j/s1600/best+blogger+tips.png'/></a>
Yellow - Author Icon
Red - Calender Icon
Blue - Labels Icon
Optional Change The Icons - The icons are highlighted in the code and you can change these by replacing the image URL.The icon you replace them with should be 16x16 pixels.
Step 4. Save your template, how easy was that.