[ad_1]
Hello everyone,
I’m trying to make a wordpress page **to access and display data** from MongoDB database.
*How should i do it?*
I don’t know even where to start, there is not a lot of information for my case.
**Thank you!**
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
You will need to connect to it using PHP (i.e. in the functions.php file), ask chatgpt “how to connect to a MongoDB using PHP, there are packages that do this), fetch the data, and then display in on your frontend templates.
This is a very simple explanation, but this is very doable.