Support » Plugin: Seriously Simple Podcasting » Show all series page

  • Resolved yaniv1983

    (@yaniv1983)


    Hi, I am looking for a way to create a podcast lobby page with all of my series. I tried to do it but couldn’t find a code that I can add to my template, showing the series names, images, number of episodes, etc…

    Saw a code in an earlier thread, but it returns blank:

    $query = new WP_Term_Query( $args );
    $terms = $query->terms;
    
    // If there are results, do something with them
    if ( ! empty( $terms ) ) {
      echo "<pre>"; print_r($terms); echo "</pre>";
    }

    Can you please help?
    Thanks, Yaniv

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support keleigh824

    (@keleigh824)

    Hi @yaniv1983,

    You may be able to accomplish this with the WP Show Posts plugin by creating a list for each series and then creating a page displaying each list shortcode under the a Header with the series name. The look and layout of everything would depend on your theme and may take some tinkering.

    • This reply was modified 2 years, 5 months ago by keleigh824.
    Thread Starter yaniv1983

    (@yaniv1983)

    Hi @keleigh824, thanks for your reply! If possible, that would be a great feature request for your next releases. It is shown in the backend, so I guess there’s a way to print it out in the front. Many radio stations nowadays are producing series of podcasts and a nice way to print that out automatically will be awesome!

    Example: https://imgur.com/a/7vOzjiC

    Thanks!
    Yaniv

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show all series page’ is closed to new replies.