Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter perezstudios

    (@perezstudios)

    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.

    Thread Starter perezstudios

    (@perezstudios)

    I 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!

    Hello 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!

Viewing 3 replies - 1 through 3 (of 3 total)