#
Usually, the landing page URL comes like this:
https://fb.pennito.com/?fluent-booking=calendar&host=reachkamrul
You can prettify the URL like the below:
https://fb.pennito.com/booking/reachkamrul/
To do this, you need to add this piece of code inside your wp-config.php file. Just before “/* That’s all, stop editing! Happy publishing. */“
define('FLUENT_BOOKING_LANDING_SLUG', 'booking');
You can see this image below:
Add your first comment to this post