<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>한국워드프레스사용자모임 | Dave | Activity</title>
	<link>https://kopress.kr/members/wpguide/activity/</link>
	<atom:link href="https://kopress.kr/members/wpguide/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Dave의 활동 피드</description>
	<lastBuildDate>Sat, 09 May 2026 22:45:46 +0900</lastBuildDate>
	<generator>https://buddypress.org/?v=9.2.2</generator>
	<language>ko-KR</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">3a8aaa13231426a2b71b75ee79bfe062</guid>
				<title>Dave이(가) 업데이트를 게시했습니다: 제 사이트에도 놀러 오세요! https://wpguide.usefulparadigm.com</title>
				<link>https://kopress.kr/activity/p/28580/</link>
				<pubDate>Sun, 12 Aug 2018 02:31:59 +0900</pubDate>

									<content:encoded><![CDATA[<p>제 사이트에도 놀러 오세요! <a href="https://wpguide.usefulparadigm.com" rel="nofollow ugc">https://wpguide.usefulparadigm.com</a></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">20d420c95c7d5fc6bd506b5a0dc13144</guid>
				<title>Dave님이 게시판 Q&#38;A에서 게시글 Gutenberg에서 custom field를 대신할 방법이 있을까요?에 답변을 달았습니다.</title>
				<link>https://kopress.kr/topic/gutenberg%ec%97%90%ec%84%9c-custom-field%eb%a5%bc-%eb%8c%80%ec%8b%a0%ed%95%a0-%eb%b0%a9%eb%b2%95%ec%9d%b4-%ec%9e%88%ec%9d%84%ea%b9%8c%ec%9a%94/#post-53184</link>
				<pubDate>Sun, 12 Aug 2018 02:29:42 +0900</pubDate>

									<content:encoded><![CDATA[<p>현재 워드프레스 최신 버전인 4.9.8 버전에 설치된 구텐베르크(Gutenberg)에는 커스텀 필드를 다룰 수 있는 메타박스가 제공되지 않습니다.</p>
<p>하지만 지금 현재 제공되지 않을 뿐, 앞으로도 제공되지 않는 것은 아닙니다.</p>
<p>커스텀필드는 워드프레스에서 중요한 부분이며, 이는 구텐베르크로 바뀌어도 마찬가지입니다.</p>
<p>구텐베르크가 정식으로 출시되는 워드프레스 5.0에서는 어떤 식으로든 해법이 나올 것으로 보입니다.</p>
<p><a href="https://github.com/WordPress/gutenberg/issues/3228" rel="nofollow ugc">https://github.com/WordPress/gutenberg/issues/3228</a></p>
<p><a href="https://kopress.kr/wp-content/uploads/2018/08/무제.jpg" rel="nofollow ugc"><img loading="lazy" src="https://kopress.kr/wp-content/uploads/2018/08/무제.jpg" alt="" width="1656" height="392" /></a></p>
<p>그 때까지는 2가지 방법이 있을 것 같습니다.</p>
<p>하나는 현재 상태의 구텐베르크에서 커스텀 필드를&hellip;<span class="activity-read-more" id="activity-read-more-28579"><a href="https://kopress.kr/topic/gutenberg%ec%97%90%ec%84%9c-custom-field%eb%a5%bc-%eb%8c%80%ec%8b%a0%ed%95%a0-%eb%b0%a9%eb%b2%95%ec%9d%b4-%ec%9e%88%ec%9d%84%ea%b9%8c%ec%9a%94/#post-53184" rel="nofollow ugc">[더 보기]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a9aafcb432c1adb3f5c8403d45738332</guid>
				<title>Dave님이 게시판 Q&#38;A에서 게시글 파일업로드를 구현하고 싶은데 잘 안되네요에 답변을 달았습니다.</title>
				<link>https://kopress.kr/topic/%ed%8c%8c%ec%9d%bc%ec%97%85%eb%a1%9c%eb%93%9c%eb%a5%bc-%ea%b5%ac%ed%98%84%ed%95%98%ea%b3%a0-%ec%8b%b6%ec%9d%80%eb%8d%b0-%ec%9e%98-%ec%95%88%eb%90%98%eb%84%a4%ec%9a%94/#post-52969</link>
				<pubDate>Mon, 23 Jul 2018 05:05:02 +0900</pubDate>

									<content:encoded><![CDATA[<p>안녕하세요.</p>
<p>파일 업로드 처리는 워드프레스라고 해서 딱히 다를 건 없습니다.<br />
그냥 PHP의 기본적인 파일 업로드 방식에 따라 처리하면 됩니다.<br />
다만 워드프레스에서 제공하는 wp_handle_upload 함수를 사용하면 업로드 처리가 조금 더 편리해 집니다.</p>
<p>예를 들어, 특정 페이지(템플릿)에 다음과 같이 폼을 만들었다고 하죠. 파일 이름은 예컨대 my-page.php 라고 하구요.</p>
<pre>
  &lt;input type="file" name="upload" id="upload"&gt; 
  &lt;input type="submit" value="저장"&gt;
</pre>
<p>이 form이 별도의 action 값을 선언하지 않았기 때문에 저장 버튼을 클릭하면&hellip;<span class="activity-read-more" id="activity-read-more-28337"><a href="https://kopress.kr/topic/%ed%8c%8c%ec%9d%bc%ec%97%85%eb%a1%9c%eb%93%9c%eb%a5%bc-%ea%b5%ac%ed%98%84%ed%95%98%ea%b3%a0-%ec%8b%b6%ec%9d%80%eb%8d%b0-%ec%9e%98-%ec%95%88%eb%90%98%eb%84%a4%ec%9a%94/#post-52969" rel="nofollow ugc">[더 보기]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">35477391cf2ce4c68da44ae558ccd3b3</guid>
				<title>Dave님이 등록된 회원으로 됐습니다</title>
				<link>https://kopress.kr/activity/p/28333/</link>
				<pubDate>Mon, 23 Jul 2018 02:46:39 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">35477391cf2ce4c68da44ae558ccd3b3</guid>
				<title>wpguide became a member of 한국워드프레스사용자모임</title>
				<link>https://kopress.kr/activity/p/28332/</link>
				<pubDate>Mon, 23 Jul 2018 02:46:39 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/444 objects using Redis
Page Caching using Redis (Page is feed) 
Database Caching using Redis

Served from: kopress.kr @ 2026-05-10 07:46:01 by W3 Total Cache
-->