Listo supplies commonly used lists.
As of April 2026, Listo is a WordPress list plugin with 8.0K+ active installations and a 4.8/5 rating from 12 reviews. It has been downloaded 129K+ times in total. Requires WordPress 6.6+ and PHP 7.4+. Available on WordPress.org since 2014. Last updated 1 year ago — may have compatibility concerns. Downloads are up 39% this week. Top alternative: List category posts.
Listo is a simple plugin that supplies other plugins and themes with commonly used lists.
$countries = listo(
// List type
'countries',
// Options
array(
'group' => 'un',
'orderby' => 'value',
'order' => 'DESC',
)
);
Great country list to avoid us to list them manually
Hola como funciona, lo instale pero no veo las opciones
gracias
LISTO is an excellent little addition to Contact Form 7. Saves lots of time. Only one small snag in the list of countries is that they’re sorted in alphabetical order of the 3-letter code for each country, rather than the country’s name. Most of the time that makes hardly any difference, except for the United Kingdom, whose three-letter code is GBR, which places the UK between Gabon and Guinea (or somewhere around there) in the drop-down list, making it v diff to find. But this is easily sorted. Just manually move that line by editing the list in the file countries.php in wp-content/plugins/listo/modules/. Problem solved. Great plugin.
Excellent and useful plugin, unfortunately list countries are not accurately by alphabetical order.
Thanks to the community, add this to you function.php and it will work like a charm.
function wpcf7_listo_ordered( $data) {
sort($data);
return $data;
}
add_filter( ‘wpcf7_form_tag_data_option’, ‘wpcf7_listo_ordered’, 11, 1 );
Thank you so much for making this plugin.
| WordPress | 6.6+ requiredTested up to 6.7.5 |
| PHP | 7.4+ required |
emoji_flags — Unicode emoji flag sequencesListo_DataList class and the datalist shortcode.telephone_country_codes and telephone_country_codes_noflag data list types.countries_a2a3 and telephone_country_codes list modules.Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.