Set Up
- After Activated the Plugin, You Will find New Options in Posts > Locations Go There.
- Create Location In Add New Location Section. Like So ( Demo below ).
- Put Map Title.
- In the Post edit Area OR Writting Post Section You find new option called Locations Select the Locaton You Created Earlier.
- Hope All Are working well Enjoy .
Installation
Customization
- In WordPress dashboard, go to Appearance > Widgets.
- Drag and Drop Text into your sidebar.
- Click Text that is right side of Visual.
- Enter This
[bangladesh_map]SortCode in the Text Field - Click Save And Next Done.
OR
Use [bangladesh_map] shortcode inside your post or page.
OR: Use this PHP code AnyWhere In your Template or Page.
<?php echo do_shortcode('[bangladesh_map]'); ?>
IF you face "The page can’t be found" OR 404 Error Try These.
- Navigate to Settings -> permalinks
- Change the permalink structure to Default
- Save settings
- Change to custom structure or post name (or any other structure)
- Save Settings
This will re-write the htaccess file and then the re-write should work.
If the above solution doesn't work - it should be related to server configuration.
Aapache2
Run: a2enmod rewrite && service apache2 reload
Nginx
Follow: https://do.co/2LjCF8r
I hope this will save your time.




0 Comments