Multiple taxonomy on one line
-
Hi,
Having problem connecting 2 different taxonomy under one line..here’s what I have
echo get_the_term_list( $post->ID, ‘filmography’, ‘Filmography:’, ‘, ‘, ” );
and
echo get_the_term_list( $post->ID, ‘character’, ‘Character:’, ‘, ‘, ” );
I understand that each one of them will output the results but what I am trying to do is have something like this:
Filmography for David:
Film One (filmography) — as Tom (character)
Film Two (filmography) — as Sam (character)You can say like IMDB Site
The Hunger Games: Catching Fire (pre-production)
Caeser Flickerman2013 Your Voice in My Head (pre-production)
Dr. Rand so forth…
Any help will be much appreciated
Sam
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Multiple taxonomy on one line’ is closed to new replies.