playlists archives showing oldest playlists first
-
Hi, hope someone can help. I’m trying to understand how to show the most recent playlists first. I can’t find any examples of it working and I can’t get orderby to do this…
I have a single-show.php in the theme and I’ve tried by adding orderby into the code, however I’m not a coder/expert at wordpress..
<div class=”fltlft inner-col-2″>
<div class=”bk-header”><div class=”bk-title”><h3><?php the_title(); ?>’s Tracklistings</h3></div></div>
<?php echo do_shortcode(‘[get-playlists show=”‘.get_the_ID().'” limit=”20″ orderby=”Published” order=”DESC”]’); ?>
</div>Can anyone advise how best to do this?
The page I need help with: [log in to see the link]
- The topic ‘playlists archives showing oldest playlists first’ is closed to new replies.