web development geniuses

KEZI LK

Newbie
Joined
Oct 10, 2019
Messages
49
Reaction score
17
plase tell me how these tools / apps finder websites are made?
what themes / plugins they use?
how they grab this bulk tool list to, a search?
show me some wordpress themes or plugins for make this kind directory website.

thank you and god bless you all...

https://theresanaiforthat.com/
https://topai.tools/
1708335198824.png


1708335234598.png
 
It's probably made using programming libraries and frameworks. Probably something like React + backend api

You don't need WordPress for that.
 
Both of these projects are probably custom made.
 
Read what is relational database and how to use it to display data.

You'll learn more than by extending Wordpress. You'll need a little bit of coding first. JavaScript has easy syntax and allows to do it.

Install node.js and add some data to sqllite database, then display it using express.js server. You will understand with time.
 
It's probably made using programming libraries and frameworks. Probably something like React + backend api

You don't need WordPress for that.
Thank you.
Both of these projects are probably custom made.
Read what is relational database and how to use it to display data.

You'll learn more than by extending Wordpress. You'll need a little bit of coding first. JavaScript has easy syntax and allows to do it.

Install node.js and add some data to sqllite database, then display it using express.js server. You will understand with time.
Thank you.
 
plase tell me how these tools / apps finder websites are made?
what themes / plugins they use?
how they grab this bulk tool list to, a search?
show me some wordpress themes or plugins for make this kind directory website.

thank you and god bless you all...

https://theresanaiforthat.com/
https://topai.tools/
View attachment 322752

View attachment 322753

These websites are indeed custom but they can be done using WordPress.
For example, you can use Advanced Custom Fields or JetEngine to make such directory listings.
 
These directory sites are usually built with WordPress directory themes (e.g. ListingPro, MyListing, Listify) + plugins like WP All Import (bulk CSV/Sheets import), FacetWP (filters), WP RSS Aggregator (feeds), and ElasticPress/SearchWP
 
Back
Top