Forums

[resolved] get_posts does not return scheduled posts (3 posts)

  1. skadoogle
    Member
    Posted 3 weeks ago #

    $post_list = get_posts('numberposts=50000&order=ASC&orderby=title');

    I am trying to make sure I don;t post duplicates, but when I check the titles it does not seem to return scheduled posts. Is there a different function to get scheduled posts?

  2. MichaelH
    moderator
    Posted 3 weeks ago #

    Might use the post_status=future,publish argument.

  3. skadoogle
    Member
    Posted 3 weeks ago #

    Thanks a ton, Michael. Works like a charm!

Reply

You must log in to post.

About this Topic