WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Rock Lobster Inc. v1.9.1

Listo

Listo supplies commonly used lists.

Listo

The facts

Rating
4.8★ from 12
Active installs
7k+
Price
Free
Last updated
24 Aug 2026
Added
Apr 2014
Requires WP
6.6
Tested up to
WP 7.1
Requires PHP
7.4
Downloads
134,801

Our analysis

AI-assisted

Listo is a WordPress plugin designed to provide commonly used lists to other plugins and themes. It simplifies the process of retrieving lists such as countries by allowing developers to specify parameters like grouping and ordering.

This plugin is suitable for developers looking to enhance their WordPress projects with readily available lists, streamlining the integration of such data into their applications.

Best for: Developers creating WordPress plugins or themes that require access to common lists.

What it does well

  • Provides commonly used lists for plugins and themes
  • Allows customization of list parameters
  • Free to use from the WordPress.org directory
  • High rating of 4.8 from user reviews
  • Active installation count of 7,000

Where it falls short

  • Limited information on specific lists available
  • No additional features mentioned

Verdict

Listo is a straightforward tool for developers needing access to common data lists, though its limited feature set may not suit all needs.

From the developer

Rock Lobster Inc.'s own description of Listo, lightly tidied.

Listo is a simple plugin that supplies other plugins and themes with commonly used lists.

Usage

$countries = listo(
    // List type
    'countries',
    // Options
    array(
        'group' => 'un',
        'orderby' => 'value',
        'order' => 'DESC',
    )
);

Read the full description on the official page →