Selasa, 30 Juli 2013

Make Blog Pager With Image 1



Blog Pager usually brought by default with simple text such as HOME, OLDER POST and NEWER POST).

For blogger don't want to see blog pager in plain text may have idea to replace them  with other text (like NEXT, PREV, etc) numbers (1, 2,3, so on) or images.
This post will show you simple ways to replace blog pager with images.

Just go to Edit HTML in your Blogspot template editor and find these codes and customize as explained below.

  • If you want to change text : NEWER POST
Find this code       <data:newerPageTitle/>
Then, change the codes to be    <img src='IMAGE URL'/>

  • If you want to change text : OLDER POST
Find this code <data:olderPageTitle/>
Then change the codes to be <img src='IMAGE URL'/>

  • If you want to change text: HOME
Find this code   <data:homeMsg/>
Then replace with <img src='IMAGE URL'/>

Note: Replace IMAGE URL with your own image. Just browse on internet to find abundant images to use as blog pager button.

So so very simple isn't it?.

0 komentar:

Posting Komentar