|
|
EXPERT INSIGHTS
SELECT wp_1_posts.post_date, wp_1_posts.post_title, wp_1_posts.guid, wp_1_posts.post_content, wp_1_posts.post_author, wp_1_posts.post_type , wp_users.author_pic, wp_1_posts.comment_count, wp_users.display_name FROM wp_1_posts INNER JOIN wp_users ON wp_1_posts.post_author = wp_users.ID
WHERE post_type like 'post' UNION SELECT wp_3_posts.post_date, wp_3_posts.post_title, wp_3_posts.guid, wp_3_posts.post_content, wp_3_posts.post_author, wp_3_posts.post_type , wp_users.author_pic, wp_3_posts.comment_count, wp_users.display_name FROM wp_3_posts INNER JOIN wp_users ON wp_3_posts.post_author = wp_users.ID
WHERE post_type like 'post' UNION SELECT wp_4_posts.post_date, wp_4_posts.post_title, wp_4_posts.guid, wp_4_posts.post_content, wp_4_posts.post_author, wp_4_posts.post_type , wp_users.author_pic, wp_4_posts.comment_count, wp_users.display_name FROM wp_4_posts INNER JOIN wp_users ON wp_4_posts.post_author = wp_users.ID
WHERE post_type like 'post'ORDER BY post_date DESC LIMIT 20
Warning: mysql_query(): 6 is not a valid MySQL-Link resource in /home/student/public_html/expert-insights.php on line 257
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/student/public_html/expert-insights.php on line 258
ADVERTISEMENT
|
|
| |
Main Body
Back
|
|

|