display the field of posttype/taxonomy on frontend
-
i have a posttype called store with fields “title” and “genre”.
i ahve thisposttype store set a CPTnomies to posttype called books as checklist which lists the store titles as checkbox
now i am trying to display on the front end the store selected and based on the selection the corresponding genre too.
i am unable to get that when i use <?php echo get_terms(‘genre’);?> it gives me error….how do i get the desired output.
thanx
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘display the field of posttype/taxonomy on frontend’ is closed to new replies.