Forums

[Plugin: AStickyPostOrderER] Use it with get_posts (1 post)

  1. lightmar
    Member
    Posted 5 months ago #

    Hi,

    The plugin works great.
    I have dropdown menu of posts, and I would like the posts there to be ordered as well. Can someone help me accomplish that?
    Currently i'm using the following code:
    $postsList = get_posts($args);
    foreach($postsList as $postItem) { ?>
    <li class="cat-item">post_name ?>"><?php echo $postItem->post_title ?>
    <?php } ?>

Reply

You must log in to post.

About this Topic