How to Replace Newer, Older & Home Navigation Links with Image Buttons
The Icons are used in this tutorial is Designed by David Lanham – Amora Icons, You can use you own icons.
How to Replace Newer, Older & Home Navigation Links with Image Buttons?
1. Important!!! Back Up your Template before Making any changes in Template.
2. Go to Blogger Dashboard > Design tab > Edit HTML tab
3. Click on Expand Template Widgets checkbox
Replacing the Older Link
Search for <data:olderPageTitle/> and replace with below code
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKEKCvavUXKMi4Xr63_8dXHL3gfJs03StuwdtJRnMtPbZE7RmxvHAdym2OzHeYlIHFFql6LxtB6M13VoQ7VtuBQ2knHFF-ROSK7D2YyqbklsD-eS06pW7xE-PE9uLnV1sC-NhjgsgxeAz-/s1600/w2b_next.png' style='border: 0 none;vertical-align: middle;'/>
Replacing the Newer Link
Search for <data:newerPageTitle/> tag and replace with below code
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8p1135zl3AYJw1iK5KvNh6YHvrFYHyb2nBpnVR0m6KzIgbVJ8l_4kavo_wku76tC6UHnc4YAe_KNyosfhU78U0OHFyjxXEt38jqq_psWBZlvzY05iMjqZ-YMF0WQdtk0Pmr23Hl-KnR4g/s1600/w2b_prev.png
' style='border: 0 none;vertical-align: middle;'/>
Replacing the Home Link
Search for <data:homeMsg/> tag and replace with below code
<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJpXKe5lw2TMaTe8ZgmxoOtZrepVeAza5qdMlZ4rI9E4bNcitKOT_7mQjCyoRNIw7UGlutH2PkRw7SAMaegBFKkvkO6E6SSpJlsPY28kOOJbh9KX8ano0q2ZDY7MLMWrNuF2O6Vsu9nIG6/s1600/w2b_home.png' style='border: 0 none;vertical-align: middle;'/>
You can change your own icons by replacing the image Url in the above three codes.
Hope this will help you and Drop your Comments.
Comments
Post a Comment