var perPageNBT = 4,
numPagesNBT = 6, firstTextNBT = "First", lastTextNBT = "Last", prevTextNBT = "« Previous", nextTextNBT = "Next »", urlactivepagenbt = location.href, home_pagenbt = "/";
By default, page navigation has configured to display 4 posts per page. For example if you need to display 6 posts per page, change "perPageNBT" value to 6. Now final code should be:
var perPageNBT = 6,
numPagesNBT = 6,
firstTextNBT = "First",
lastTextNBT = "Last",
prevTextNBT = "« Previous",
nextTextNBT = "Next »",
urlactivepagenbt = location.href,
home_pagenbt = "/";
0 comments:
Post a Comment