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/AVvXsEhK8ewYFfQ7l5aA19QExfgy5Faz_WnITFAEeErpN5qSZAAwt4gjRzg1jk_rhyphenhyphenW_qAql1WM3TXa6AMIgGyEst06iatRTj3tqkDxyYLsC3sLSCRXZ4LXCn81l3MOwHqNLAx-gHtG9OhtpVXsd/s400/previous.png"/>
<data:olderPageTitle/>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit4T41KrXk-bJ6NIFodctAWZmWHy42UMV6NzcaW3u3ackly7tZADG-jpX67LwZKLMnatSC5HBAChYy8q8Ef9Kmu7UfUCBm1PiNX94BUa8CCp07SeAW9PgVEb2QMIdpVstdoUYVVDx1MIn5/s400/Next.png"/>
<data:homeMsg/>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhASsujC1dkvwNw1Z9CSeJ-i-G2Osfizam4TpiHxa9znrUP7GdKfDWPuG5ISMUGm-_Jf_Xob9gh0-VTFh-vzVr3foi6czvOJJfU8a7IMc-iDXPdQHtwh5rhtzhgl-NZQuR_H94aSmxVcK5P/s1600/home.png"/>
Post a Comment