JoomUnited,
Thank you for the quick response. I did as you mentioned. Below is what I got when I enabled WP_DEBUG:
WordPress database error: [The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay]
SELECT ID, post_title, post_name, post_type, post_status , mt.meta_value AS metatitle, md.meta_value AS metadesc ,mk.meta_value AS metakeywords FROM wp_posts LEFT JOIN (SELECT * FROM wp_postmeta WHERE meta_key = ‘_metaseo_metatitle’) mt ON mt.post_id = wp_posts.ID LEFT JOIN (SELECT * FROM wp_postmeta WHERE meta_key = ‘_metaseo_metadesc’) md ON md.post_id = wp_posts.ID LEFT JOIN (SELECT * FROM wp_postmeta WHERE meta_key = ‘_metaseo_metakeywords’) mk ON mk.post_id = wp_posts.ID WHERE post_type IN (‘post’, ‘page’, ‘attachment’) AND post_status IN (‘publish’, ‘future’, ‘draft’, ‘pending’, ‘private’, ‘trash’) ORDER BY post_title ASC
WordPress database error: [The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay]
SELECT ID, post_title, post_name, post_type, post_status , mt.meta_value AS metatitle, md.meta_value AS metadesc ,mk.meta_value AS metakeywords FROM wp_posts LEFT JOIN (SELECT * FROM wp_postmeta WHERE meta_key = ‘_metaseo_metatitle’) mt ON mt.post_id = wp_posts.ID LEFT JOIN (SELECT * FROM wp_postmeta WHERE meta_key = ‘_metaseo_metadesc’) md ON md.post_id = wp_posts.ID LEFT JOIN (SELECT * FROM wp_postmeta WHERE meta_key = ‘_metaseo_metakeywords’) mk ON mk.post_id = wp_posts.ID WHERE post_type IN (‘post’, ‘page’, ‘attachment’) AND post_status IN (‘publish’, ‘future’, ‘draft’, ‘pending’, ‘private’, ‘trash’) ORDER BY post_title ASC LIMIT 0,21
Content Meta
Select All
Title
Snippet Preview Meta Title Meta Description
No items found.
Select All
Title
Snippet Preview Meta Title Meta Description
Any help, would be greatly appreciated.