Blogger blogs by default comes with nasty page navigation under all the posts in the sequence of "Newer Post", "Home" and "Older Post". If you are working to convert your blog into a professional website then you must think to change these ugly links with stylish images or buttons. It will not only enhance your blog design but also attract your readers to read more posts. Hence you can increase your blog page views by doing these simple changes. You are reading this tutorial so I can hope that you already see these types of fancy next and previous buttons on some big blogs. If those blog’s owners are using these types of buttons then you should also try them. Replace older and newer posts links with images to give your blog a professional touch. So, let's see how to do it.
Replace Newer and Older Posts Links with Image
Below are some simple steps that you have to follow.- Go to your blogger dashboard.
- Navigate to Template > Edit HTML (first Backup Your Blog Template)
- Tick on Expand Widget Template box.
- Press Ctrl+F and search for
- and replace it with below code.
- Now search for
- and change it with
- Now again search for
- and replace it with
- Now click on save template button.
- You are done!
<data:newerPageTitle/>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEishtK9jnAtrM43DNsZKthZYMz0iRYqCPDYWTryop0YqVMMhCnBtbnDhXWxW4j5DRYyyWwLAkq-oNsmOdVLrywesLw43eJD9sS82dCyzTjWc6D5YY-CXX_d-HqiHOv9AbImfI9Cho1d5wBE/s400/previous.png"/>
<data:olderPageTitle/>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipkusbwe8cQMAdQ0yuRawLfvQJHvsjY1irAyimatZ-GRTQceBgtL9rpXr9f7SSM3s0ohyphenhyphenmgcrnMqwnZ1icOLdFzzYhc8_nmb0pUaYNtgsebDbyIH8o9k8x-nPXx60ZvOJIfdkDkifhDUC9/s400/Next.png"/>
<data:homeMsg/>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJDIuY0ppR5WNf66tbxWv4ISGnmfNXvV_Hf22jz-ceP9z9ziMTG5VZp5VjVtEjRNiIv3ThYXpay_X1xOYGqJmvmipJwDg2Xw9GvG2fGK-08vlIKcQGXs9YmL0tM-MgU3w2YZiXAhvdhFAe/s1600/home.png"/>
No comments:
Post a Comment