Show all series page
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show all series page’ is closed to new replies.