• Resolved kissfmaustralia

    (@kissfmaustralia)


    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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tony Zeoli

    (@tonyzeoli)

    Thanks for your email. Our Lead Developer lives one hour outside of Brisbane. He’ll come through and respond shortly.

    BTW, an artist I used to manage, Prince Quick Mix, was a mix show DJ, I believe, on your station. He recently passed away.

    Plugin Author Tony Zeoli

    (@tonyzeoli)

    Sorry, I should have thought about this before hand.

    Since Playlists are a custom post type, you could use and Post Types Ordering plugin to drag and drop your Playlists order. You can find free one or freemium ones here in the www.ads-software.com repo.

    Plugin Author Tony Zeoli

    (@tonyzeoli)

    Closing this, as the solution is posted. Please let us know if you have any issues with using a post tyes reorder plugin to sort your playlists.

    Thread Starter kissfmaustralia

    (@kissfmaustralia)

    Thanks Tony! Yes you’re right, the station owner Timmy had PQM’s long running show, and is continuing to re-run shows as a tribute every Friday night if you’re keen to hear the re runs.

    We’ll give the post types a go, and great to hear that your lead dev is in our timezone!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘playlists archives showing oldest playlists first’ is closed to new replies.