Thread Starter
shj37
(@shj37)
It seems to be about this code
if ( $question_id ) {
$featureImageID = $mlwQuizMasterNext->pluginHelper->get_question_setting( $question_id, 'featureImageID' );
if ( $featureImageID ) {
$question_display .= '<div class="qsm-featured-image">' . wp_get_attachment_image( $featureImageID, apply_filters( 'qsm_filter_feature_image_size', 'full', $question_id ) ) . '</div>';
}
}
in qsm_question_title_func. But I don’t know where to copy it to and how to modify in the result display code.
Thread Starter
shj37
(@shj37)
Please see the image: featured image shows on test page, but disappear on result and admin result page.
compare test, result, admin result