Title: Locationews
Author: anttiluokkanen
Published: <strong>2017년 4월 24일</strong>
Last modified: 2018년 8월 17일

---

플러그인 검색

![](https://ps.w.org/locationews/assets/banner-772x250.png?rev=1643790)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/locationews/assets/icon-128x128.png?rev=1643790)

# Locationews

 작성자: [anttiluokkanen](https://profiles.wordpress.org/anttiluokkanen/)

[다운로드](https://downloads.wordpress.org/plugin/locationews.2.0.6.zip)

 * [세부사항](https://ko.wordpress.org/plugins/locationews/#description)
 * [평가](https://ko.wordpress.org/plugins/locationews/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/locationews/#installation)
 * [개발](https://ko.wordpress.org/plugins/locationews/#developers)

 [지원](https://wordpress.org/support/plugin/locationews/)

## 설명

Locationews is a location based publishing channel that works both as a tool for
journalists (as a plugin and template for the most widely used publishing platforms
such as WordPress) and as an application that shows the content in a convenient 
map-based interface.

Go to locationews.com, register your free account and start publishing.

The plugin is made as simple as possible so that publishing on Locationews would
be effortless for the publisher. Essentially you only need to install the plugin
and enable it in one switch and you are ready to go.

Locationews plugin is WordPress multisite compatible.

This plugin is built on Cerado’s [Structure](https://github.com/cedaro/structure).

### Requirements

 * PHP >= 5.6 (Version 2.0.0 >) or PHP >= 5.3.29 (Version 1.1.15)
 * WordPress >= 4.8 (Version 2.0.0 >) or WordPress >= 4.4 (Version 1.1.15)
 * cURL support

## 스크린샷

[⌊Locationews Plugin Settings⌉⌊Locationews Plugin Settings⌉[

Locationews Plugin Settings

[⌊Locationews Meta Box⌉⌊Locationews Meta Box⌉[

Locationews Meta Box

## 설치

 1. Upload the plugin files to the `/wp-content/plugins/locationews` directory or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Use the Locationews screen to configure the plugin.

## FAQ

None yet.

  Installation Instructions

 1. Upload the plugin files to the `/wp-content/plugins/locationews` directory or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Use the Locationews screen to configure the plugin.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Locationews”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

“Locationews”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/locationews/contributors)
님께 감사드립니다.

[자국어로 “Locationews”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/locationews)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/locationews/)는, [SVN 저장소](https://plugins.svn.wordpress.org/locationews/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/locationews/)
을 [RSS](https://plugins.trac.wordpress.org/log/locationews/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.0.6 (2018-08-17)

 * Bugfix: Fixed metabox javascript.

#### 2.0.5 (2018-08-15)

 * Changed: Validate and double check post meta values when setting or getting the
   values.

#### 2.0.4 (2018-06-07)

 * Bugfix: Set testing mode off. Allow to post to API.

#### 2.0.3 (2018-06-02)

 * NEW: Use possible Geotags (e.g. GEO:LAT=0.0, GEO:LON=0.0) for coordinates when
   map coordinates not set.
 * NEW: Added option to import plugin settings.
 * Fixed: Metabox behaviour when choosing article categories.
 * Bugfix: Couldn’t read the required config files.

#### 2.0.2. (2018-04-11)

 * Changed: Check return type in wp_remote_get and wp_remote_post.
 * Bugfix: Remove frontend JS.

#### 2.0.1 (2018-03-20)

 * Changed: Not to require any location to publish articles.

#### 2.0.0 (2018-01-31)

 * NEW: Completely redesigned code. Read minimum requirements.
 * Changed: Doesn’t automatically publish articles with default location.
 * Changed: Minimum requirements changed. From now on this plugin requires at least
   PHP 5.6 or newer. Stay with the 1.1.15 if you have an older PHP version.

#### 1.1.15 (2017-10-24)

 * NEW: Added field ‘Authors’
 * NEW: Added field for featured image’s caption.

#### 1.1.14 (2017-09-27)

 * Removed: Article’s publish time.
 * Removed: Update categories on admin init.

#### 1.1.13

 * Removed: jQuery tooltips. This time for good.

#### 1.1.12

 * Changed: Took jQuery tooltips back again.
 * Changed: Different checks to see if Google Maps API is already loaded or not.
   The plugin should now work with multiple plugins using the same API.
 * Removed: Unnecessary css + js files removed.

#### 1.1.11

 * Bugfix: Fixed a conflict when multiple plugins uses Google Maps API.

#### 1.1.10

 * Bugfix: Removed conflicting jQuery tooltips.

#### 1.1.9

 * Updated: Changed the order of admin js files.

#### 1.1.8

 * NEW: Added PHP version check on activation.
 * Fixed: On plugin activation check if valid options already exists.

#### 1.1.7

 * Fixed: Removed content validation. Let the API remove unwanted tags.
 * Updated: API response messages and translations.

#### 1.1.6

 * Fixed: Urlencode featured image url.

#### 1.1.5

 * NEW: Defined default actions that occur in the front end.
 * Changed: Updated info texts with links to registration.

#### 1.1.4

 * Fixed: Plugin css should not affect to other plugins anymore. Added namespacing
   to Bootstrap styles.

#### 1.1.3

 * NEW: Tooltips & help texts
 * NEW: Map styles from Locationews Dashboard.
 * NEW: Possibility to search location address
 * NEW: Set article’s default coordinates to null.
 * Removed: Locationews icon from post types list view.

#### 1.1.2

 * NEW: Added support for multisite install.
 * NEW: Added test settings for test users.
 * NEW: Validate and strip not allowed tags from content

#### 1.1.1

 * NEW: Added Locationews -category option to settings
 * Fixed: Tested with minimum requirements: PHP 5.3.29, WordPress 4.4

#### 1.1.0

 * NEW: Use publicationId instead of userId
 * NEW: First version to use new API version 1.1.0
 * Fixed: Massive code rewrite and optimization

#### 1.0.7

 * Changed: First test version. Latest version to use API version 1.0.3

#### 1.0.6

 * Fixed: Bug fix. Locationews icon went back to default position when saving news.
   Reason: wrong meta key.

#### 1.0.5

 * NEW: Allow shortcodes in content

#### 1.0.4

 * Changed: Publish only published posts
 * Changed: Remove post when status is not publish
 * Changed: Remove post when post is moved to trash
 * Fixed: Bugfix in CategoryId

#### 1.0.3

 * Fixed: Fixed bug in default location

## 기초

 *  버전 **2.0.6**
 *  최근 업데이트: **8년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 4.8 또는 그 이상 **
 *  다음까지 시험됨: **4.9.29**
 *  언어
 * [English (US)](https://wordpress.org/plugins/locationews/) 및 [Finnish](https://fi.wordpress.org/plugins/locationews/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/locationews)
 * 태그:
 * [local](https://ko.wordpress.org/plugins/tags/local/)[location](https://ko.wordpress.org/plugins/tags/location/)
   [map](https://ko.wordpress.org/plugins/tags/map/)[news](https://ko.wordpress.org/plugins/tags/news/)
   [publishing](https://ko.wordpress.org/plugins/tags/publishing/)
 *  [고급 보기](https://ko.wordpress.org/plugins/locationews/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/locationews/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/locationews/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.me/anttiluokkanen)