[Plugin: AStickyPostOrderER] Use it with get_posts
-
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 } ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: AStickyPostOrderER] Use it with get_posts’ is closed to new replies.