perezstudios
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Meta SEO] Missing Content Meta InformationJoomUnited,
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 ASCWordPress 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 MetaSelect All
Title
Snippet Preview Meta Title Meta Description
No items found.
Select AllTitle
Snippet Preview Meta Title Meta DescriptionAny help, would be greatly appreciated.
Forum: Themes and Templates
In reply to: [Silvia] Images Not Showing – homepageI figured this one out on my own.
It turns out I had no idea how the Featured Image worked. It has been so long.
Everything is working great now!
Forum: Plugins
In reply to: view category list in page with custom write panelHello All!
I am having issues with this! I want to be able to keep a journal that has posts from my Journal category on a seperate journal page. I have been able to hide the journal categories from the homepage but cant get the posts to show up with their full descriptions in the Journal page!
Anyone with some helpful advice I would really appreciate it!
I am using WP 3.0.1 MU
Thanks again!