The other day, I was looking on ways how to customize the 0 comments label like the one below.
Silly me. I forgot that this can be done by going to Layout > Page Elements and click Edit found on the Blog Post section.
While searching for this, I found another trick which I used to customize my blog appearance. I modified the look of the Newer and Older links. These links are used to navigate between newer and older posts.
In the image above, I replaced three links with customized images. I created 3 different images for the Newer, Home and Older links, then I hosted these in an image hosting site like Photobucket.
Then in my blog, I went to Layout > Edit HTML to do the following:
- Replace <data:newerPageTitle/> for Next Post with <img src=’YOUR-IMAGE-LINK‘/>
- Replace <data:olderPageTitle/> for Older Post with <img src=’YOUR-IMAGE-LINK‘/>
- Replace <data:homeMsg/> for Homepage with <img src=’YOUR-IMAGE-LINK‘/>
Make sure to Save your work and then view your blog to see your changes.
There are actually other ways to customize these post footer links. To know them, you may check out this post from Smart Bloggerz.
Leave a Reply