For example, the database goes like this :
|Date|Name|Username|Email|
|:-|:-|:-|:-|
|2022/01/01|Marc S.|marcs|[email protected]|
|2022/02/03|Philip M.|phil123|[email protected]|
And I want every page to extract some selected datas from the database.
For example, the page’s title is “Marc S.” and is shown like that :
|Date|2022/01/01|
|:-|:-|
|Name|Marc S.|
|Username|marcs|
Or I can make another page for Philip M. that will display the following :
|Date|2022/02/03|
|:-|:-|
|Name|Philip M.|
|Username|phil123|
So, I need to be able to select a row from the database to display the informations in a page, ideally in some sort of table that will be uniform for every pages.
I tried a lot of free tables plug-ins for WordPress and it doesn’t work. The closest to what I want was Ninja Tables and I don’t know if I should buy the PRO version or not.
Any ideas how I can make it work ?
[ad_2]