Support

Account

Home Forums ACF PRO Display Taxonomy field Reply To: Display Taxonomy field

  • Hi John,
    1) This dosn’t work (it displays nothing):

     <?php 
    $term = get_field('selecttaxonomy');
    if( $term ): ?>
    	<h2><?php echo $term->name; ?></h2>
    	<p><?php echo $term->description; ?></p>
    <?php endif; ?>

    Am I missing something?

    2) I’ve already looked at this and didn’t understand it then either! Is there a tutorial video?
    ('meta_value' => 'Melbourne' Melbourne is still typed in and not the selected value of the field)

    3) Sorry, my bad english.
    What I want is for the taxonomy field to be a (selectable) drop down list on the front end instead of just the backend.

    Many thanks
    Paul