댓글 커스텀 입력필드의 값 가져오기

안녕하세요 댓글 부분에 궁금한 점이 있습니다,

댓글 커스텀 스킨을 만들어서 추가 입력 필드 (radio button) 을 아래의 방식으로 넣었습니다.

<input type="radio" name="comment_option_rating" value="5"<?php if($comment->option->rating=='3'):?> checked<?php endif?>>
<input type="radio" name="comment_option_rating" value="4"<?php if($comment->option->rating=='4'):?> checked<?php endif?>>
​<input type="radio" name="comment_option_rating" value="3"<?php if($comment->option->rating=='5'):?> checked<?php endif?>>

etc...

그리고 출력하는 데에도 아무런 문제 없이 잘됩니다.

다만 위에 입력한 커스텀 필드를 KBoard 본문에도 출력을 하고 싶어서 혹시 방법이 있나 해서 물어봅니다.

현재 댓글에는 이렇게 출력하고 있습니다:

if($comment->option->rating=='3') echo '<img src="/wp-content/themes/haninvegas/assets/img/global/star-3.png" width="80px;">';
else if($comment->option->rating=='4') echo '<img src="/wp-content/themes/haninvegas/assets/img/global/star-4.png" width="80px;">';
else if($comment->option->rating=='5') echo '<img src="/wp-content/themes/haninvegas/assets/img/global/star-5.png" width="80px;">';

이런 식으로 본문에 (document.php) 출력하고자 하는데 방법이 있을까요?

감사합니다!

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요