All Collections
Q&A
How to add page numbers?
How to add page numbers?
Erik Mancír avatar
Written by Erik Mancír
Updated over a week ago

To display page numbers, you can use special placeholders {current_page} and {total_pages} in the Text component. At the moment the Text component must be in a Header or Footer component to display the page number properly.

* Display current page number: {current_page}

* Display the total number of pages: {total_pages}

Example:
Page: {current_page} / {total_pages}

NB! The Text component must be in the Header or Footer component to display the page numbers properly.

Did this answer your question?