헤드부분에 썸내일 이미지가 찍히지 않습니다.
본문
헤드부분에 아래코드를 넣었는데 썸내일 주소가 찍히지 않습니다.
어떻게 수정해야 할까요<?
$thumb_width = 100;
$thumb_height = 70;
$thumb = get_list_thumbnail($bo_table, $list[0]['wr_id'], $thumb_width, $thumb_height, false, true);
$img_content = '<img src="'.$img.'" alt="'.$thumb['alt'].'" >';
?>
<a href="<?php echo $list[$i]['href'] ?>" class="lt_img"><?php echo $img_content; ?></a>
<meta name="Subject" content="<?php echo $g5_head_title; ?>"> <!-- 홈페이지주제 -->
<meta name="Title" content="<?php echo $g5_head_title; ?>"> <!-- 홈페이지이름 -->
<meta property="og:title" content="<?php echo $g5_head_title; ?>"> <!-- 웹페이지 제목 -->
<meta property="og:image" content="<?php echo $img_content; ?>">
<?php echo $img_content; ?>
썸내일 이미지 주소가 찍히지 않습니다.
답변을 작성하시기 전에 로그인 해주세요.