Jump to content

Do I Need To Make A Join, Or Use A Statement?


binga30

Recommended Posts

Hello,

 

I have 2 tables that each contain some data that is related. It's using wordpress and is referenced as follows:

 

Table: wp_posts

ID: 1

 

Table: wp_postmeta

post_id: 1

 

The ID and post_id numbers correlate for each post. I need to grab data from the meta_value column in the wp_postmeta table by referencing the wp_posts table. I am using a premium theme which for some reason just returns blank when trying to call the data direct from wp_postmeta, yet when I echo different column data from wp_posts all is dandy.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.