AyeCode / events-for-geodirectory

The Events Calendar for GeoDirectory allows you to create a Directory of GeoEvents. Recurring Events, Events Locator with maps, the Events Calendar widget, sorting events by upcoming are the main features of this add-on for GeoDirectory.
https://wpgeodirectory.com/downloads/events/
Other
2 stars 2 forks source link

gde param is not attaching to GD > images shortcode link on archive page #220

Open 1naveengiri opened 12 months ago

1naveengiri commented 12 months ago

https://secure.helpscout.net/conversation/2282636486/44720/

For recurring events ?gde=2023-07-08 this param gets attached to an event link. this param gets attached to the link on the post title but not to the link on the post image.

due to post title use the_permalink() https://github.com/AyeCode/events-for-geodirectory/blob/master/includes/class-geodir-event-manager.php#L222

and post image use get_the_permalink() for post link.