Support

Account

Home Forums General Issues Taxonomy field name and archive url / link Reply To: Taxonomy field name and archive url / link

  • Hi @jshindler

    Can you please debug the value of both $term_id and $term_link like so:

    
    <?php 
    
    echo '<pre>';
    	print_r( $term_link );
    echo '</pre>';
    die;
     ?>
    

    What values do you get for both variables?

    Thanks
    E