Hip Locations CPT GitLab
Locations post type + templates and helpful shortcodes.
★ 1stars
38kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://gitlab.com/hipdevteam/locations/-/archive/master/locations-master.zipAlso on Packagist as hipdevteam/hip-location:
composer require hipdevteam/hip-locationFrom the readme
Hip Locations Plugin
This plugin adds a location post type to WordPress, along with templates for
listing all locations and displaying individual locations.
Setup
Upon activation, a Google Map API key will need to be added before any maps will work.
The key can be added in the WP Admin - Locations - Settings page under the General tab.
Shortcodes
[ locationmodule ] - Renders a page section listing all locations, including
a map.
[ locationmodulewithoutmap ] - Renders a page section listing all
locations; no map.
[ hiplocationmap ] - Renders a map with pins for all locations.
[ hipsinglelocationmap ] - Renders a map with a pin for a single location with a placecard.
This shortcode takes a required parameter slug that takes the the slug of the desired location.
Optional parameters of zoom (default is 15) and height (default is 360px) are accepted.
Ex: [hipsinglelocationmap slug="hip" zoom="12" height="500px"]
Overriding Single Location Template
A default template for displaying a single location is included. This template
displays a Google Map of the location with placecard, the address of the
location, a link to review the location on Google, hours of operation, and
a plac
Read the full README on GitLab →
Releases
| Tag | Published |
|---|---|
| 1.2.4 | Sep 25, 2025 |
| 1.1.4 | Jan 18, 2022 |
| 1.1.3 | Jan 18, 2022 |
| 1.1.2 | Nov 29, 2021 |
| 1.1.1 | Nov 18, 2021 |
| 1.0.0 | Sep 15, 2021 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.
GitLab does not publish per-asset download counts, so this plugin ranks on stars and activity only.