Title: Pagination Length Change &#8220;All&#8221; Entry
Author: Tobias Bäthge
Published: October 7, 2012
Last modified: May 8, 2025

---

# Pagination Length Change “All” Entry

**Download**:
[Pagination Length Change "All" entry Extension 1.2](https://tablepress.org/download/extension/tablepress-length-change-all.zip?output_format=md)

For some large tables, it can be beneficial to add an “All” entry to the Pagination
Length Change dropdown box in the upper left corner of the table (if pagination 
is enabled). This can be achieved by using this Extension, which needs to be downloaded,
installed, and activated like a regular WordPress plugin. After that, the Pagination
Length Change dropdown box will have an “All” entry. If you want this to be in your
language, just change the word `All` in line 33

    ```php
    $length_menu_values[] = '"All"';Code language: PHP (php)
    ```

of the Extension’s `tablepress-length-change-all.php` file to the desired translated
word. However, pay attention to not accidentally change the quotation marks around
it!

If this Extension is useful for you, please check out the available [TablePress Premium features](https://tablepress.org/modules/)
and consider getting a [Premium license plan](https://tablepress.org/pricing/), 
which bring even more features for you and your site visitors. Thank you!