Custom Taxonomy
-
Hi,
Thank you for this plugin.
I am trying to display a Custom Taxonomy field as a list of terms but I am unable to get it to display anything other than “array” or the number of records in the array.
I have also tried using the callback field and entering the infomation directly there but Im afraid Im very new to wordpress and cant seem to get it working.
The code im using in my template to display the custom taxonomy is:
<?php the_terms( $post->ID, 'tasks', 'Tasks: ', ', ', ' ' ); ?>
Please help, ive spent all day trying to work this out lol
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Custom Taxonomy’ is closed to new replies.