테스트 사이트 - 개발 중인 베타 버전입니다

워드프레스 메인 수정 어디서하나요? 채택완료

비비비비빕 9년 전 조회 3,205

index 열어보면

 

 

 

/**

 * Front to the WordPress application. This file doesn't do anything, but loads

 * wp-blog-header.php which does and tells WordPress to load the theme.

 *

 * @package WordPress

 */

 

/**

 * Tells WordPress to load the WordPress theme and output it.

 *

 * @var bool

 */

define('WP_USE_THEMES', true);

 

/** Loads the WordPress Environment and Template */

require( dirname( __FILE__ ) . '/wp-blog-header.php' );

 

모바일이동 스크립트랑 저것만 꼴랑써있는데.. 

/wp-blog-header.php 이거 따라들어가도 별내용 써있지도않고.. 

메인페이지 코드수정하려면 어디로가야하나요..

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트

WP_USE_THEMES 

 

테마를 사용중이시니 관리자에서 사용중이신 THEMES 경로를 확인하신 뒤

추적하시면 됩니다.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

비비비비빕
9년 전
감사합니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인