Title: Location Taxonomy
Author: Felix Arntz
Published: <strong>22 Januari 2025</strong>
Last modified: 15 Agustus 2026

---

Cari plugin

![](https://s.w.org/plugins/geopattern-icon/location-taxonomy.svg)

# Location Taxonomy

 Oleh [Felix Arntz](https://profiles.wordpress.org/flixos90/)

[Unduh](https://downloads.wordpress.org/plugin/location-taxonomy.1.0.1.zip)

 * [Detail](https://id.wordpress.org/plugins/location-taxonomy/#description)
 * [Ulasan](https://id.wordpress.org/plugins/location-taxonomy/#reviews)
 *  [Instalasi](https://id.wordpress.org/plugins/location-taxonomy/#installation)
 * [Pengembangan](https://id.wordpress.org/plugins/location-taxonomy/#developers)

 [Bantuan](https://wordpress.org/support/plugin/location-taxonomy/)

## Deskripsi

This plugin adds a “Location” taxonomy to your website – 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.

## Instalasi

 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.

## Tanya Jawab

### Where can I configure the plugin?

This plugin doesn’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](https://wordpress.org/support/plugin/location-taxonomy).
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](https://github.com/felixarntz/location-taxonomy/issues).

### 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](https://github.com/felixarntz/location-taxonomy).
Please stick to the [contributing guidelines](https://github.com/felixarntz/location-taxonomy/blob/main/CONTRIBUTING.md).

You can also contribute to the plugin by translating it. Simply visit [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/location-taxonomy)
to get started.

## Ulasan

Belum ada ulasan untuk plugin ini.

## Kontributor & Pengembang

“Location Taxonomy” adalah perangkat lunak open source. Berikut ini mereka yang 
sudah berkontribusi pada plugin ini.

Kontributor

 *   [ Felix Arntz ](https://profiles.wordpress.org/flixos90/)

[Terjemahkan “Location Taxonomy” dalam bahasa Anda.](https://translate.wordpress.org/projects/wp-plugins/location-taxonomy)

### Tertarik mengembangkan?

[Lihat kode](https://plugins.trac.wordpress.org/browser/location-taxonomy/), periksa
[repositori SVN ](https://plugins.svn.wordpress.org/location-taxonomy/), atau mendaftar
ke [log pengembangan](https://plugins.trac.wordpress.org/log/location-taxonomy/)
melalui [RSS](https://plugins.trac.wordpress.org/log/location-taxonomy/?limit=100&mode=stop_on_copy&format=rss).

## Log Perubahan

#### 1.0.1

 * Update dependencies to latest versions, modernize repository setup, use PNPM 
   for JS management.

#### 1.0.0

 * Initial release.

## Meta

 *  Versi **1.0.1**
 *  Diperbarui **1 bulan yang lalu**
 *  Instalasi Aktif **Kurang dari 10**
 *  Versi WordPress ** 6.1 atau yang terbaru **
 *  Diuji hingga **7.1.2**
 *  Versi PHP ** 7.4 atau yang terbaru **
 *  Bahasa
 * [English (US)](https://wordpress.org/plugins/location-taxonomy/)
 * Tag
 * [hierarchical](https://id.wordpress.org/plugins/tags/hierarchical/)[location](https://id.wordpress.org/plugins/tags/location/)
   [post](https://id.wordpress.org/plugins/tags/post/)[taxonomy](https://id.wordpress.org/plugins/tags/taxonomy/)
 *  [Tampilan lanjut](https://id.wordpress.org/plugins/location-taxonomy/advanced/)

## Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/location-taxonomy/reviews/#new-post)

[Lihat semua ulasan](https://wordpress.org/support/plugin/location-taxonomy/reviews/)

## Kontributor

 *   [ Felix Arntz ](https://profiles.wordpress.org/flixos90/)

## Bantuan

Ada yang ingin dikatakan? Butuh bantuan?

 [Lihat forum bantuan](https://wordpress.org/support/plugin/location-taxonomy/)

## Donasi

Apakah Anda ingin mendukung pengembangan plugin ini?

 [ Donasi untuk plugin ini ](https://felix-arntz.me/wordpress-plugins/)