I need to create a WordPress site similar to [WebMD Drugs & Medications]) but much simpler. I can code a web app from scratch using PHP/Python but I am curious to know if there is an easy way to do it in WordPress as there are many features that I will need that comes by default with WP like user registration, membership, roles, etc.
There are 2 areas that I need help with:
**UI**
I need 3 pages: Search page, results page and medicine page, similar to WebMD. Is there any existing template that have this functionality or it would be easier to create a template from scratch?
​
**Database**
I have a CSV with all the medications to be used in the site. There are 2 options, use a custom post type and import all the medications to one existing WordPress table (wp\_posts I believe), or import them to new tables and use something like [Custom Query Builder]) to query.
[ad_2]