In this tutorial i show you How to replace the Newer, Older and Home Navigation links with image buttons. These Navigation links are located at Beneath of Post(s) Section. If you are using the Numbered Page Navigation widget, these links are visible on each post only. because the numbered page navigation is not works on single post page. and by adding these image buttons, there is no effect takes on page navigation widget.
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?
Important!!! Back Up your Template before Making any changes in Template.
1. Go to Blogger Dashboard -> Design tab -> Edit HTML tab2. 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/AVvXsEgeY5DvRYOEYPaoHCXPpNyqMTGzOp8fzgM5maGRGHFUyVuwxCYzUU8_l97UGJqhf_eJwMHfAzWaIlR3dlZT42HeHv1HEMvplxOgjwPZKYPRGuS8T4KwjVKkGmR_oUbZNzSqtk4d6RVSJlNL/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/AVvXsEjf9G-E3HcG7_kLjcl2tLce2DcNKBDTeVDDEo14I6H6cUHA50QPKi8cGXWox-a-yw9ghbVi1LZ2kcq_zhrBQ4RLQS4_gyp1xr99eus3jTfKzFkZwA_uI4U62gTGZUpuVJfUcQ5MQkk1pOL0/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/AVvXsEh_zhIGesQEm168WbqvzJ0mZP_HL-4FZhqrrcmnLFb1MT7hDCG4Upkb9nJvc8oEb2Wwi0qF7h0zXr3YsxQSKl9DeJcfBdFXuDjMyjECp8NZFu7RHDjChpilIntD7eEgEUWx80tT_tWV0SjY/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.
0 comments:
Post a Comment