본물글에서 이미지 제거
페이지 정보

본문
<?php
$content = get_the_content();
$content = preg_replace("/<img[^>]+\>/i", " ", $content);
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
?>
$content = get_the_content();
$content = preg_replace("/<img[^>]+\>/i", " ", $content);
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
?>
- 이전글요약글 the_excerpt(); 글자수 제한 20.10.20
- 다음글워드프레스 블로그 사이트언어 바꾸기(WordPress 한국어 설정방법) 20.10.20
댓글목록
등록된 댓글이 없습니다.