0

I am creating my my own custom blogget tenplate.I'm fetching posts to my blog using b:loop and want to fetch only 4 or 5 posts in one page/hompage. so it will make my blog load faster. but then I need a "More Posts" button to view the other posts list as 4 or 5 per page.so can you help me to do this? what code do I need? demo of more posts button blogger:

enter image description here

iraj jelodari
  • 3,118
  • 3
  • 35
  • 45

1 Answers1

0

Try to use this shortcode :

<data:posts[i].oldestLinkUrl/>

More info about this in this article

https://bloggercode-blogconnexion.blogspot.com/1973/08/Blog-data-posts-oldestLinkUrl.html

jimi-del
  • 93
  • 1
  • 11