WPDB not returning results
-
Hey All,
I am trying to get the ID of a post by looking it up via the post_name but for some reason this code is not getting any results. If I put the actual post_name as a string in here it works. What gives? Any ideas?
$order_idd = $wpdb->get_var( "SELECT ID FROM $wpdb->posts WHERE post_name = $order_numm" );
Thanks,
Phil
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WPDB not returning results’ is closed to new replies.