I am using a theme that i installed and activated in wordpress .The theme is Zerif-lite.
I added a table to the database named "doctors" with 2 attributes "id" and "name". What I'm trying to do is to select all data in this table. I've used the following code but nothing is displayed
$mystuff = $wpdb->get_row("SELECT * FROM doctors WHERE 1);
Any Help??