Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miya0001/custom-field-map
A custom field to save latitude and longitude for WordPress
https://github.com/miya0001/custom-field-map
Last synced: 24 days ago
JSON representation
A custom field to save latitude and longitude for WordPress
- Host: GitHub
- URL: https://github.com/miya0001/custom-field-map
- Owner: miya0001
- Created: 2017-08-05T15:19:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T18:35:52.000Z (over 6 years ago)
- Last Synced: 2024-10-16T01:45:29.536Z (2 months ago)
- Language: HTML
- Size: 9.23 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miya/custom-field-map
[![Build Status](https://travis-ci.org/miya0001/custom-field-map.svg?branch=master)](https://travis-ci.org/miya0001/custom-field-map)
[![Latest Stable Version](https://poser.pugx.org/miya/custom-field-map/v/stable)](https://packagist.org/packages/miya/custom-field-map)
[![Total Downloads](https://poser.pugx.org/miya/custom-field-map/downloads)](https://packagist.org/packages/miya/custom-field-map)
[![Latest Unstable Version](https://poser.pugx.org/miya/custom-field-map/v/unstable)](https://packagist.org/packages/miya/custom-field-map)
[![License](https://poser.pugx.org/miya/custom-field-map/license)](https://packagist.org/packages/miya/custom-field-map)Add a custom field to save latitude and longitude to the edit screen of the specific post type for WordPress.
![](https://www.evernote.com/l/ABVTtOOiJmJJ8493HHRU2LTwQB-NyY1oAEcB/image.png)
## Install
```
$ composer require miya/custom-field-map
```## How to use
```
add( 'post' ); // Set post type to display meta box.
```