How to Change Older & Never Links to Buttons in Blogger?
Start the procedure by following below steps:
- Log-in to Blogger dashboard
- Go to Template >> HTML >> Check the Expand Widget Template
- Now search for below code (tip: use CTRL+F)
<data:newerPageTitle/>Replace it with this code below:
<img src="Img-Url-for-previous-button"/>Again search for this code:
<data:olderPageTitle/>Replace it with this one below:
<img src="Img-url-for-next-button"/>Once Again search for this code:
<data:homeMsg/>The above code may appear twice, so both times replace it with below code:
<img src="img-url-for-home-button"/>
Now save your template and you've done almost all steps :-)
but do remember to change the img tag URL with your button image URL. You can first download my images at the top of this post or can download similar buttons from the internet. After downloading button images to your PC, create a new post on your blog and upload images to that; make that post as your draft post. So, you can always upload the other images to that post and then can include in different places on your blog. You'll just have to copy the URL link of that image or the image itself from draft post. That's all.

Post a Comment