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:
Asked
Active
Viewed 137 times
0
-
1Please share your codes here. – Sachith Muhandiram Dec 25 '19 at 04:41
-
i don't have a code for this button. – NHRTRIX Nowshad Dec 25 '19 at 12:41
-
can i use data:blog.newerPageUrl ??? – NHRTRIX Nowshad Dec 25 '19 at 12:42
1 Answers
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