<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[child 테마 ]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/12078</link>
		<description><![CDATA[<p>안녕하세요</p>

<p>차일드테마 적용 문제로 문의드립니다</p>

<p> 사이트는 thebuilt테마를 사용중인데요</p>

<p>원래는 thebuilt 차일드테마를 만들어서 사용하던중</p>

<p>수정하면서 뭐가 문제가 발생했는지</p>

<p>워드프레스의 외모-테마 에보니까 </p>

<p>망가진테마라고 하면서 어느순간 차일드테마가 없어져버려서 임시로 thebuilt부모테마로 테마변경해서 사용하면서 수정중인데요</p>

<p>혹시 테마 업데이트 되면 수정한사항이 다 없어지니까 다시 차일드테마로 적용하고싶은데요</p>

<p>차일드테마의 어떤부분이 문제라서 활성화 시키면 사이트가 완전히 백지가 되는지 궁금합니다</p>

<p>차일드테마로 변경하고 접속하면 아무것도 안나오는 흰 백지화면이 나옵니다</p>

<p>참고로 차일드테마의 style.css 와 functions.php의 소스를 아래와같이 첨부합니다</p>

<p>원래는 차일드테마로 잘 적용되었었는데 몇가지 수정하다보니 외모-테마에서 차일드테마가 망가졌다고 나왔었습니다</p>

<p>바쁘시겠지만 답변부탁드립니다</p>

<p>style.css==========</p>

<p>/* <br />
Theme Name: Child of TheBuilt<br />
Theme URI:<br />
Description: Child theme based on themename<br />
Author: Your Name<br />
Version: 1.0<br />
Template: thebuilt<br />
*/<br />
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);</p>

<p>*,body,html,body *{font-family:'Nanum Gothic';}<br />
*{display: none;}</p>

<p>=======</p>

<p>function.php==========</p>

<p>&lt;?php<br />
add_action( 'wp_enqueue_scripts', 'thebuilt_child_enqueue_parent_styles' );</p>

<p>function thebuilt_child_enqueue_parent_styles() {<br />
    wp_enqueue_style( 'bootstrap', get_template_directory_uri() . '/css/bootstrap.css' );<br />
    wp_enqueue_style( 'themename-parent-style', get_template_directory_uri() . '/style.css', array('bootstrap'));<br />
    wp_enqueue_style( 'themename-child-style', get_stylesheet_directory_uri() . '/style.css', array('bootstrap'));<br />
} </p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[네, 차일드테마 활성화는 되는데요

이게 부모테마 css를 못가져오는건지 부모테마와 다른테마는 활성화...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/12246</link>
			<description><![CDATA[<p>네, 차일드테마 활성화는 되는데요</p>

<p>이게 부모테마 css를 못가져오는건지 부모테마와 다른테마는 활성화시키면 정상적으로 보이는데</p>

<p>자식테마만 활성화시키면 흰 백지화면만 나옵니다.</p>

<p> </p>
]]></description>
			<author>wpwpwp</author>
			<pubDate>Wed, 08 Feb 2017 06:25:30 +0000</pubDate>
			<category>워드프레스</category>
		</item>
				<item>
			<title><![CDATA[올려주신 파일내용을 똑같이해서 테스트를 해봤습니다만, 전혀 문제를 찾을 수 없었습니다.

정상적으로...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/12094</link>
			<description><![CDATA[<p>올려주신 파일내용을 똑같이해서 테스트를 해봤습니다만, 전혀 문제를 찾을 수 없었습니다.</p>

<p>정상적으로 차일드 테마 활성화까지 되네요.</p>

<p>다른 파일은 없이 style.css, function.php 파일만 만들어서 테스트해봤습니다.</p>

<p>그리고 워드프레스 테마에서 사용하는 파일은</p>

<p>function.php 이 파일이 아니라 functions.php 입니다.</p>

<p>차일드 테마를 새로 만들어서 해보셔야 할 듯하네요.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Sat, 04 Feb 2017 07:28:25 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>