描述
Listo is a simple plugin that supplies other plugins and themes with commonly used lists (such as lists of countries, subdivisions of countries, and currencies). Listo is also able to filter list items based on defined subgroups. For example, Countries provides a list of countries and dependent territories based on the ISO 3166 standard (249 items), and its subgroup ‘un’ only includes members of the United Nations (193 items).
Listo currently has the following lists and subgroups.
-
Countries (countries) — A list of countries and dependent territories based on the ISO 3166 standard (249 items).
Subgroups:
- un — Members of the United Nations (193 items)
- olympic — Countries and dependent territories that have their National Olympic Committee (205 items)
-
U.S. Subdivisions (us_subdivisions) — The list of subdivisions of the United States based on the ISO 3166-2:US standard (57 items).
Subgroups:
- states (50 items)
- districts (1 item; District of Columbia)
- outlying_areas (6 items)
-
Currencies (currencies) — A list of currencies based on the ISO 4217 standard (156 items).
Subgroups: None
-
Time Zones (time_zones) — UTC offsets.
Subgroups: None
-
Subdivisions of India (in_subdivisions) — The list of subdivisions of India based on the ISO 3166-2:IN standard (36 items).
Subgroups:
- states (29 items)
- union_territories (7 items)
安裝
- Upload the entire
listo
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
評價
貢獻者及開發者
修改日誌
1.4
- Uses
switch_to_locale()
to switch locale.