반응형
다양한 테마 변경시 사이트 에러발생으로 접속이 안되는 경우에..
아래 방법중에서 선택한다.
첫번째 방법 : 다운로드한 테마폴더를 삭제한다.,
두번째 방법 : 직접 DB에서 변경한다.
phpMyadmin 에 접속함
wordpress DB에 있는 wp_options 테이블에서 내용을 수정해야함.
update wp_options set option_value = 'twentytwentytwo' where option_name = 'template'
update wp_options set option_value = 'twentytwentytwo' where option_name = 'stylesheet'
update wp_options set option_value = 'twentytwentytwo' where option_name = 'current_theme'
위 쿼리를 실행시킨다.
기본테마 twentytwentytwo 으로 돌아갈려면 DB 에서 직접 수정해야함.
twentytwentytwo 이 없는 경우 twentyfourteen 으로..
'wordpress' 카테고리의 다른 글
시놀로지에 워드프레스 수동설치 후 폴더 및 파일 권한설정하기 (0) | 2022.08.31 |
---|
반응형
다양한 테마 변경시 사이트 에러발생으로 접속이 안되는 경우에..
아래 방법중에서 선택한다.
첫번째 방법 : 다운로드한 테마폴더를 삭제한다.,
두번째 방법 : 직접 DB에서 변경한다.
phpMyadmin 에 접속함
wordpress DB에 있는 wp_options 테이블에서 내용을 수정해야함.
update wp_options set option_value = 'twentytwentytwo' where option_name = 'template'
update wp_options set option_value = 'twentytwentytwo' where option_name = 'stylesheet'
update wp_options set option_value = 'twentytwentytwo' where option_name = 'current_theme'
위 쿼리를 실행시킨다.
기본테마 twentytwentytwo 으로 돌아갈려면 DB 에서 직접 수정해야함.
twentytwentytwo 이 없는 경우 twentyfourteen 으로..
'wordpress' 카테고리의 다른 글
시놀로지에 워드프레스 수동설치 후 폴더 및 파일 권한설정하기 (0) | 2022.08.31 |
---|