Location Taxonomy

Àpèjúwe

This plugin adds a “Location” taxonomy to your website Ìtumọ̀ Yorùbá: – plain and simple. The taxonomy allows you to associate your posts with specific locations.

By default, the taxonomy will be available for posts. This can be customized with a filter.

Ìgbéwọlẹ̀

  1. Upload the entire location-taxonomy folder to the /wp-content/plugins/ directory or download it through the WordPress backend.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

FAQ

Where can I configure the plugin?

This plugin doesnÌtumọ̀ Yorùbá: ’t come with a settings screen or options of any kind. Once you install it, you should find a “Location” taxonomy entry in your “Posts” menu.

How can I modify for which post types the location taxonomy is available?

This is very straightforward using the built-in filter loctax_post_types.

For example, the following snippet would additionally show the taxonomy for pages:

add_filter(
    'loctax_post_types',
    function ( $post_types ) {
        $post_types[] = 'page';
        return $post_types;
    }
);

Where should I submit my support request?

For regular support requests, please use the wordpress.org support forums. If you have a technical issue with the plugin where you already have more insight on how to fix it, you can also open an issue on GitHub instead.

How can I contribute to the plugin?

If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the GitHub repository for the plugin. Please stick to the contributing guidelines.

You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.

Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

Àwọn Olùkópa & Olùgbéejáde

“Location Taxonomy” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

Túmọ̀ “Location Taxonomy” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

1.0.0

  • Initial release.