How to display Series image and Series Title in my content-single-podcast page
-
Hi
I would like to display series title and image in the content-single-podcast page.
I read this solved topic : https://www.ads-software.com/support/topic/how-to-display-series-image/But when I use the code of the first step :
$series = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
a var_dump() on $series returns bool(false)
Therefore, I cannot call the series information in my podcast single page…
I’m using a child theme based on the free cream-magazine template.
Thanks to helping me…
-ISZ
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to display Series image and Series Title in my content-single-podcast page’ is closed to new replies.