How To Change Older Posts Newer Posts To Button In Blogger

Follow these simple steps given below:
  • Go to blogger dashboard:
  • Go to Template >> HTML >> Check the Expand Widget Template
  • Now search for below code (CTRL+F)


     <data:newerPageTitle/>
             Replace it with Below given code:

<img src="Img-Url-for-previous-button"/>
           Again search for this code:

      <data:olderPageTitle/>
          Replace it with Below given code:

     <img src="Img-url-for-next-button"/>
         Once Again search for this code:

      <data:homeMsg/>
        The above code may be appear twice, so both of them replace it with below code
               Now you have done all steps correctly inside the template
      <img src="img-url-for-home-button"/>


Remember: This trick will not work if you have not changed the image tag URL with image button URL. You will need to download thats three images above at the top my post to your Pc after it upload these images in your draft post and then redirect it to your buttons URL images. Thats all.
 
Top