Forums

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

  1. skadoogle
    Member
    Posted 2 years 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
    Volunteer
    Posted 2 years ago #

    Might use the post_status=future,publish argument.

  3. skadoogle
    Member
    Posted 2 years ago #

    Thanks a ton, Michael. Works like a charm!

Topic Closed

This topic has been closed to new replies.

About this Topic