Title: WP GeoPosts
Author: fyaconiello
Published: <strong>16. august, 2012</strong>
Last modified: 20. august, 2012

---

Søg plugins

Dette plugin **er ikke blevet testet med de seneste 3 større udgivelser af WordPress**.
Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer,
når det bruges med nyere versioner af WordPress.

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

# WP GeoPosts

 Af [fyaconiello](https://profiles.wordpress.org/fyaconiello/)

[Download](https://downloads.wordpress.org/plugin/wp-geoposts.zip)

 * [Detaljer](https://da.wordpress.org/plugins/wp-geoposts/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/wp-geoposts/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/wp-geoposts/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/wp-geoposts/#developers)

 [Support](https://wordpress.org/support/plugin/wp-geoposts/)

## Beskrivelse

#### Features

 1. Adds `location`, `latitude`, and `longitude` meta + metaboxes to any content type.
 2. Provides an easy to use interface for selecting which content types to apply the
    above meta values. _Note: this allows selection of built in types: page and post
    as well as any registered custom post types._
 3. Provides `WP_GeoQuery` an extended `WP_Query` class for doing distance based and
    geo-aware queries.

Coming Soon!

 * Add support for `within radius` option to WP_GeoQuery
 * HTML5 geolocation of visitors, with a fallback to `Change Location` (stored as
   COOKIE)
 * Custom Markers by post type.
 * Shortags for:
    - `Get Directions` link (utilizing Google Maps)
    - Static Map – show one or more posts on a static map
    - Dynamic Map – show one or more posts on a dynamic map
    - Option to show radius as overlay (for `within radius` calls)

## Installation

#### Installation

 1. Upload the entire `wp-geo-posts` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the `Plugins` menu in WordPress.

#### Setup

 1. Click the `Settings` link on the plugin management page **OR** click the `WP GeoPosts`
    link from the Settings flyout menu.
 2. Generate a Google Maps API Key and enter it into the provided text input. _Note:
    this is optional and used for Google Maps API calls._
 3. Select all of the content types that you wish to attach georelated content from
    the leftmost bank of choices and move them to the rightmost column.
 4. Submit the Form by clicking `Save Changes`.

## FAQ

  What are the post meta keys that your metabox adds?

For every post type selected on the plugin settings page. That type’s add/edit screens
will have an additional metabox automatically added. Metadata that is added to each
record:

 * **Location** via `wp_gp_location`
 * **Latitude** via `wp_gp_latitude`
 * **Longitude** via `wp_gp_longitude`

  How do I use WP_GeoQuery? (What is it for?)

Make a geo-aware query against the posts table. `WP_GeoQuery` accepts all arguments
that `WP_Query` takes. `latitude` and `longitude` are optional parameters. If passed,`
distance` is calculated and returned with each result. In addition to the regular
fields, each result returns `latitude`, `longitude`, and `location`.

    ```
    <?php
    $query = new WP_GeoQuery(array(
      'latitude' => '37.5160', // User's Latitude (optional)
      'longitude' => '-77.5005', // User's Longitude (optional)
      'posts_per_page' => 25, // Any regular options available via WP_Query
    ));
    foreach($query->posts as $post)
    {
        echo " {$post->post_title}<br />\n";

        // returned only if latitude and longitude are passed into WP_GeoQuery
        echo " {$post->distance}<br />\n";

        // Always returned by WP_GeoQuery
        echo " {$post->location}<br />\n";
        echo " {$post->latitude}<br />\n";
        echo " {$post->longitude}<br />\n";
        echo "<br />\n";
    }
    ?>
    ```

## Anmeldelser

![](https://secure.gravatar.com/avatar/e0687df935239b53ea88ee2ad736db8916794a125e717c9c5c938289fa6d1a34?
s=60&d=retro&r=g)

### 󠀁[Works great!](https://wordpress.org/support/topic/works-great-3174/)󠁿

 [nagman](https://profiles.wordpress.org/nagman/) 3. september, 2016

Very easy to use, works perfectly with WP 4.5.3. Yet something is missing: in the
admin panel, it would be great to have autocomplete functionality on the input field.

 [ Læs 1 anmeldelse ](https://wordpress.org/support/plugin/wp-geoposts/reviews/)

## Bidragsydere & udviklere

“WP GeoPosts” er open source-software. Følgende personer har bidraget til dette 
plugin.

Bidragsydere

 *   [ fyaconiello ](https://profiles.wordpress.org/fyaconiello/)

[Oversæt “WP GeoPosts” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/wp-geoposts)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/wp-geoposts/), tjek 
[SVN repository](https://plugins.svn.wordpress.org/wp-geoposts/), eller abonner 
på [udviklerloggen](https://plugins.trac.wordpress.org/log/wp-geoposts/) via [RSS](https://plugins.trac.wordpress.org/log/wp-geoposts/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 1.0

 * Initial Release

## Meta

 *  Version **1.0**
 *  Senest opdateret **14 år siden**
 *  Aktive installationer **40+**
 *  WordPress-version ** 3.0 eller højere **
 *  Testet op til **3.4.2**
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/wp-geoposts/)
 * Tags
 * [distance](https://da.wordpress.org/plugins/tags/distance/)[geo](https://da.wordpress.org/plugins/tags/geo/)
   [location](https://da.wordpress.org/plugins/tags/location/)[metabox](https://da.wordpress.org/plugins/tags/metabox/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/wp-geoposts/advanced/)

## Bedømmelser

 5 ud af 5 stjerner.

 *  [  1 5-stjernet anmeldelse     ](https://wordpress.org/support/plugin/wp-geoposts/reviews/?filter=5)
 *  [  0 4-stjernet anmeldelser     ](https://wordpress.org/support/plugin/wp-geoposts/reviews/?filter=4)
 *  [  0 3-stjernet anmeldelser     ](https://wordpress.org/support/plugin/wp-geoposts/reviews/?filter=3)
 *  [  0 2-stjernet anmeldelser     ](https://wordpress.org/support/plugin/wp-geoposts/reviews/?filter=2)
 *  [  0 1-stjernet anmeldelser     ](https://wordpress.org/support/plugin/wp-geoposts/reviews/?filter=1)

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

[Se alle anmeldelser.](https://wordpress.org/support/plugin/wp-geoposts/reviews/)

## Bidragsydere

 *   [ fyaconiello ](https://profiles.wordpress.org/fyaconiello/)

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/wp-geoposts/)

## Donér

Vil du gerne støtte udviklingen af dette plugin?

 [ Donér til dette plugin ](http://fyaconiello.github.com/wp-geo-posts/)