Add Custom Fields in Taxonomy to PHP File
-
Hi
I created an taxonomy page called taxonomy-clergy.php and I can retrieve the Clergy’s name but how do you get the Custom fields for that clergy as well?To get the Clergy’s Name I used within the PHP template:
echo get_the_term_list( $post->ID, 'clergy', '', ', ' );
I searched the Pods website and have looked at most topics in this forum and found nothing and I even searched Google.
I am not a WordPress or PHP programmer so I need just a little help and I will be alight once I have seen how it’s done.
Thanks
Morris
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add Custom Fields in Taxonomy to PHP File’ is closed to new replies.