• Hi, I just downloaded Adhesive 3.2, however it seems to be returning ALL posts when it is activated. Is anyone else having this problem, and how do I stop it!

    With over 2,000 posts it takes FOREVER and is killing my server!

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

    (@blackc2004)

    Here’s the generated query which is causing the problem:
    SELECT DISTINCT * FROM b2posts WHERE 1=1 AND post_date_gmt <= ‘2006-11-01 17:43:59’ AND (post_status = “publish” OR post_author = 2 AND post_status != ‘draft’ AND post_status != ‘static’) AND post_status != “attachment” AND post_date >= ” GROUP BY b2posts.ID ORDER BY post_date DESC

    Notice the : post_date >= ”

    Yeah what about? Could you drop us a more vague reply.

    Whats wrong with the post date?

    Thread Starter blackc2004

    (@blackc2004)

    Notice that it’s BLANK there should be a DATE in there.. What is the Adhesive plugin doing that it’s breaking WP’s post_date return function?

    It’s not a vague reply if you are familiar with the WP code base.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adhesive Plugin returning ALL posts’ is closed to new replies.