wpdb select information from table
-
hy anyone can help me with that : i have this query :
$query = “SELECT
post_name
,post_content
,post_modified
,ID
FROMwp_posts
WHERE post_type LIKE ‘portfolio'”;i want to confert it to use it more wp like .. with $wpdb->
but i really dont understand the codex .. thanks a lot !!!
- The topic ‘wpdb select information from table’ is closed to new replies.