Support

Account

Home Forums Front-end Issues Get custom field on custom taxonomy Reply To: Get custom field on custom taxonomy

  • Well the solution was for me to not be dumb and include the outer parentheses on the if statement.

    if ( get_field( 'review_series_featured_image', $archive_id ) ) {
    		$fanart = get_field( 'review_series_featured_image', $archive_id );
    	}