wp frontend pro template tag to display custom taxonomy?
-
Hi there! Congrats for this great plugin!
I’ve created 3 fields: Custom Taxonomies ? one “dropdown” and two “multiselect”.
I’ve tried to search all internet but can’t find the template tag to do the job. Tried to look up here https://docs.wedevs.com/docs/wp-user-frontend-pro/getting-started/showing-meta-fields-in-frontend/
but couldn’t find any solution.Used this: <?php echo get_post_meta( $post->ID, ‘my_custom_taxonomy_label’, true ); ?>
but nothing worked.I need to display on front end single.php the taxonomies that the users selected when they’ve published the post.
Hope to hear from you as soon as possible.
All best!
- The topic ‘wp frontend pro template tag to display custom taxonomy?’ is closed to new replies.