Plugin info

Total downloads: 13,192
Active installs: 10
Total reviews: 3
Average rating: 2.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 7/27/2018 (2762 days ago)
Added to WordPress: 12/2/2009 (16 years old)
Minimum WordPress version: 4.9.0
Tested up to WordPress version: 4.9.28
Minimum PHP version: 5.6

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2762 days ago • 3 reviews

22/100

Is Annonces abandoned?

Possibly abandoned (last update 2762 days ago).

Compatibility

Requires WordPress: 4.9.0
Tested up to: 4.9.28
Requires PHP: 5.6

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Annonces display announces posted in your WordPress interface on a Google map.

Shortcodes

Display the Google Map in a page with the shortcode :

[annonces]

Filters

Change metadatas in infowindow of map

add_filter('set_marker_data', 'mytheme_set_marker_data', 10, 2);
function mytheme_set_marker_data($microdata, $annonce_id) {
    // datas
    return $microdata;
}

Change title of filter bloc over the map

add_filter('bloc_filter_title', 'mytheme_set_filter_title', 10, 1);
function mytheme_set_filter_title($filter_title) {
    // datas
    return $filter_title;
}

Template

You can create single-announces.php in your child theme to edit the single page of announce : code for the single-annouce.php

ACF

  • Width the ACF plugin, you can create or import fields to personalize your announces.
  • Edit the templates as explain above.
  • You will obtain custom announces which will suit your project

Installation

  • In your backadmin, go to \”Plugins\” pannel
  • Install the plugin Annonces
  • Install required plugin : ACF Free and update it to version 5.x.x
  • Activate plugins Annonces and ACF

Frequently Asked Questions

Installation Instructions

  • In your backadmin, go to \”Plugins\” pannel
  • Install the plugin Annonces
  • Install required plugin : ACF Free and update it to version 5.x.x
  • Activate plugins Annonces and ACF

Review feed

No reviews available

Screenshots

  1. Map with announces

    Map with announces

  2. description of an announce

    description of an announce

Changelog

2.1.1

Fix

  • 20891 – Fix activation error

2.1.0

Fix

  • 20487 – Add condition ACF file existing or not to avoid errors
  • 20488 – Review the name of the filters on the documentation
  • 20489 – Add the Address field in the metadata (map & single)
  • 20492 – add the ACF filter to set the Google map API Key
  • XXXXX – Minor fix

Improvment

  • 20498 – Improvement of the markers toggle script on the google map
  • 20491 – Improved mobile display for the filter block
  • 20564 – All modules in one menu page
  • 20520 – Module Label
  • 20563 – Module Author

2.0.0

Improvment

  • 19873 – Core remastering functionalities