WP Manifestindependent plugin directory
manifest / content / wordpress-locations-finder-plugin

Location Posts Enhanced

Adds a location-based search with map and list view.

by Your Name · github.com/sandythakurm/wordpress-locations-finder-plugin

0stars
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://github.com/sandythakurm/wordpress-locations-finder-plugin/archive/refs/heads/main.zip

Readme

📝 Description: Location Posts Enhanced is a custom WordPress plugin designed to extend the functionality of standard WordPress posts by associating them with specific geographic locations. It introduces a custom post type called location_post, allowing admins to create and manage posts that are linked to real-world places.

🎯 Core Features: Custom Post Type: Adds a Location Post type for location-based content.

Custom Fields: Includes fields such as:

Address

Latitude

Longitude

City

State

Country

Admin Interface Enhancements:

Custom meta boxes to input location data

Enhanced post management in the admin dashboard

Shortcode Support (if applicable): May include shortcodes for displaying location-based posts (pending confirmation from full code).

Extendability: Easy to customize or extend with additional location logic or geolocation features.

🛠️ Use Cases: Local news or business directories

Real estate listings

Travel blogs

Event posting with location metadata

🚀 How to Use: Install the plugin via WordPress dashboard or manually upload it.

Activate the plugin.

Use the Location Posts menu in the dashboard to add new posts with location data.

Use templates or shortcodes (if provided) to display posts on the front end

Read the full README on GitHub →