Support

Account

Home Forums Front-end Issues Display front-end custom field (image) for taxonomy Reply To: Display front-end custom field (image) for taxonomy

  • Ok with this code i get the information, but how to show it in front end?
    something like

    if( $image ) {
    
    	echo wp_get_attachment_image( $image );
    
    }

    ???