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 } ?>