PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Array
  4. array_partition
array_partition icon

array_partition

Provides a helper function to split an array into N number of evenly distributed partitions (i.e. split a list into N columns)

By Scott Reilly·Array·Free
00
·10 active installs·Updated 11 months ago
DownloadVisit HomepageCompare

As of April 2026, array_partition is a WordPress array plugin with 10 active installations and a 0/5 rating0. It has been downloaded 4.3K+ times in total. Requires WordPress 1.2+ and PHP false+. Available on WordPress.org since 2009. Top alternative: Convert Data.

0/5Rating
10active installs
4.3K+total downloads
17 yearssince 2009

Overview

This plugin provides the PHP function c2c_array_partition() to split an array into any number of sub-arrays, suitable for creating evenly distributed, vertically filled “columns”. Also known as “chunking” or “partitioning”.

For example:

$topics = array( "aardvark", "bear", "cat", "dog", "emu", "fox", "gnu", "hippo", "ibis", "jackal" );
print_r( c2c_array_partition( $topics, 4 ) );

Yields:

Array
(
    [0] => Array
        (
            [0] => ant
            [1] => bear
            [2] => cat
        )

    [1] => Array
        (
            [0] => dog
            [1] => emu
            [2] => fox
        )

    [2] => Array
        (
            [0] => gnu
            [1] => hippo
        )

    [3] => Array…
Read full description on WordPress.org

Ratings & Reviews

00 reviews
5 ★
0
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress1.2+ requiredTested up to 6.8.5
PHPfalse+ required

Top Alternatives to array_partition

Convert Data icon
Convert Data
010 installsUpdated 1 year ago
ViewCompare
Print Array icon
Print Array
510 installsUpdated 14 years ago
ViewCompare
View all array plugins →

Frequently Asked Questions

Changelog

1.3.5 (2025-04-16)

  • Change: Use correct value for ‘Text Domain’ in plugin header
  • Change: Note compatibility through WP 6.8+
  • Change: Note compatibility through PHP 8.3+
  • Change: Update copyright date (2025)
View full changelog on WordPress.org

Contributors

Scott ReillyScott Reilly
Plugin Info
Version
1.3.5
Last Updated
Apr 16, 2025
WP Requires
1.2+
Tested Up To
6.8.5
PHP Requires
false+
Active Installs
10
Downloads
4.3K+
Added
Jun 11, 2009
Business
Free

Tags

arraychunkcolumnspartitioncoffee2code

Developer

S
Scott Reilly
63 plugins0.1M+ total installs
View all plugins →

Quick Compare

array_partition vs Convert Data→array_partition vs Print Array→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.