CodePeople Post Map for Google Maps
by codepeople 4.2 (31 reviews)

CodePeople Post Map for Google Maps

CodePeople Post Map lets you geotag posts and seamlessly integrate your blog with Google Maps for a smooth, location-aware experience.

CodePeople Post Map for Google Maps ranks #3,909 among WordPress.org plugins with 3,000+ active installations, is #601 of 8,543 in the Customization category, a 4.2/5 rating from 31 reviews, and was last updated Aug 16, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1
v1.3.0 Current Version v1.3.0
Updated 1 month ago Last Update on 16 Aug, 2026
Refreshed 15 hours ago Last Refreshed on
#601 of 8,543 in Customization Top 5% by installs Downloads -19.7% this week
View on WordPress.org
Rank
#3,909
-3 this week
Active Installs
3K+
-23.2%
KW Avg Position
25.2
0.4 worse
Downloads
447K
+10 today
Support Resolved
0%
No change
Rating
84%
Review 4.2 out of 5
4.2 (31 reviews)

Next Milestone 4K

Total Progress 89.5%
3K+ 4K+
258
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 105 more installs to reach 4K+

Rank Changes

3,888 3,895 3,901 3,908 3,914 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
3,888 3,895 3,901 3,908 3,914 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Current #3,909
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

10 20 30 40 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
10 20 30 40 01-09-2026 02-09-2026 03-09-2026 04-09-2026 05-09-2026 06-09-2026 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.2
31 reviews
Overall 84%
5
22 (71%)
4
3 (10%)
3
0 (0%)
2
1 (3%)
1
5 (16%)

Security History

Source: WPVulnerability

3 known vulnerabilities on record · 2 in the last 24 months · checked 2 days ago

  1. CodePeople Post Map for Google Maps [codepeople-post-map] < 1.2.6

    CVE-2026-57670 · Fixed in v1.2.6

  2. CodePeople Post Map for Google Maps [codepeople-post-map] < 1.2.7

    CVE-2026-13335 · Fixed in v1.2.7

  3. CodePeople Post Map for Google Maps [codepeople-post-map] < 1.0.44

    CVE-2023-25039 · Fixed in v1.0.44

TL;DR

AI summary of the plugin's readme

This plugin is for WordPress site owners and bloggers who want to add location data to their posts. It solves the problem of displaying post geolocations on Google Maps, both in single posts and across templates with multiple posts.

  • Insert Google Maps in posts
  • Show related posts by category
  • Customize markers and info bubbles
  • Define location by address or coordinates
  • Embed maps in multiple languages
  • Handle large volumes of markers
  • Customize zoom, size, and controls
  • Style the map freely

Frequently Asked Questions

Common questions about CodePeople Post Map for Google Maps

A: There are some content editors, available as WordPress plugins, that provoke some compatibility issues with WordPress, in this case you should type the shortcode manually: [codepeople-post-map]
A: In the free version of plugin only one map with only one point associated in each post/page. In the premium version of plugin it is possible associate multiple points to the post and insert multiple shortcodes ( if there are multiple maps included in the same post/page, all of them will display the same points)
A: Load the template in which you want to place the map in the text editor of your choice and place the following code in the position where you want to display the Google maps: <?php echo do_shortcode ('[codepeople-post-map]'); ?>
A: To display all points that belong to the posts with a specific tag assigned, for example the tag name "mytag", use the shortcode's attribute "tag", as follows: [codepeople-post-map tag="mytag"] To insert the code directly in a template, the snippet of code would be: <?php echo do_shortcode('[codepeople-post-map tag="mytag"]'); ?>
A: The explanation to determine the ID of a category is applied to other taxonomies. Access to the categories through the menu option: "Posts/Categories". After accessing to the categories page, click the "Edit" link corresponding to the category, and pays special attention to the parameter "tag_ID", in the URL on browser. The value in this parameter correspond to the ID of the category.
A: To display all points that belong to a specific category, it is required to insert the following shortcode [codepeople-post-map cat="3"] The number 3 represent the category ID, replace this number by the corresponding category's ID. To insert the code directly in a template, the snippet of code would be: <?php echo do_shortcode ('[codepeople-post-map cat="3"]'); ?>
A: To exclude the points that belong to a specific category, or various categories, inserts the attribute excludecat in the shortcode: [codepeople-post-map excludecat="3,4"] The number 3 and 4 represent the categories IDs.
A: To exclude the points that belong to a post, or various posts, inserts the attribute excludepos in the shortcode: [codepeople-post-map excludepost="3,4"] The number 3 and 4 represent the posts IDs.
A: To exclude the points that belong to the post with a specific tag, or various tags, inserts the attribute excludetag in the shortcode: [codepeople-post-map excludetag="3,4"] The number 3 and 4 represent the tags IDs.
A: To display all points that belong to multiple categories, it is required separate the categories IDs with comma "," [codepeople-post-map cat="3,5"] The numbers 3 and 5 are the categories IDs, replace these numbers with the corresponding categories IDs. To insert the code directly in a template, the snippet of code would be: <?php echo do_shortcode ('[codepeople-post-map cat="3,5"]'); ?>

More plugins by codepeople

Sign In / Register

You need to sign in or register to use this feature.