IT Nursery
I have a bunch of posts titled something like this… English Language 2015 English Language 2016 English Language 2017 English Language 2018 And on each one of these posts...
  • May 31, 2022
  • 0 Comments
IT Nursery
I have this code: $query = "SELECT * FROM $wpdb->posts INNER JOIN $wpdb->postmeta ON $wpdb->posts.ID = $wpdb->postmeta.post_id INNER JOIN $wpdb->term_relationships ON $wpdb->posts.ID = $wpdb->term_relationships.object_id WHERE ((post_type="projects") OR (post_type="post_cost_codes"));"; $results...
  • May 31, 2022
  • 0 Comments