How to Configure Pagination Post Feature

Duy
Table of Contents
How to Configure Pagination Post Feature
-
Go to your Blogger Dashboard > select the Theme menu.
-
Click the CUSTOMIZE button.
-
Open the Advanced dropdown menu.
-
Open the Appearance dropdown menu and change to the Features menu.
-
Find the section titled Pagination Post (Disable/Enable).
-
Description: value
1
is Disable and2
is Enable. -
After everything is configured click the SAVE button.
- Done
How to Change Words Per Page and Pagination Post Text
-
Go to your Blogger Dashboard > select the Layout menu.
-
Find the section titled Settings.
-
Click the edit button (pencil icon) in the HTML/JavaScript Gadget.
-
A Widget configuration pop-up will appear.
-
In the Title field, leave the setting at the default value.
-
In the Content field, find the // Pagination Post code section.
- Set the number of words per page in the var wordsPerPage section. Example:
400
. - Set the text display in the var textShowAll section. Example:
Show All
.
- Set the number of words per page in the var wordsPerPage section. Example:
-
After everything is configured click the SAVE button.
- Done