<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[card gallery 최신글 여쭤봅니다.]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/46939</link>
		<description><![CDATA[<p>안녕하세요 card gallery 최신글에 <br />
<br />
이미지<br />
제목<br />
내용이 나오는데 <br />
<br />
이미지만 나오고 제목, 내용은 안나오게 하고 싶습니다.<br />
알려주세용</p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[스킨마다 코드가 다릅니다.

이전에 안내해드린 코드는 카드 갤러리 스킨에서 동작하며

퓨어 갤러리 스...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/46953</link>
			<description><![CDATA[<p>스킨마다 코드가 다릅니다.</p>

<p>이전에 안내해드린 코드는 카드 갤러리 스킨에서 동작하며</p>

<p>퓨어 갤러리 스킨에는 아래의 코드를 적용해보세요.</p>

<pre>
<code class="language-css">#kboard-pure-gallery-list .kboard-pure-gallery-list .kboard-list-item .kboard-list-new { display: none; }
#kboard-pure-gallery-list .kboard-pure-gallery-list .kboard-list-item .kboard-list-title { display: none; }
#kboard-pure-gallery-list .kboard-pure-gallery-list .kboard-list-item .kboard-list-user { display: none; }</code></pre>

<p> </p>

<p>위의 코드를 적용하시면 일반 게시글 목록 페이지에도 적용됩니다.</p>

<p>최신글 쪽에만 적용하시려면</p>

<p>최신 버전의 퓨어 갤러리 스킨으로 업데이트하신 후</p>

<p>아래의 코드를 추가해보세요.</p>

<p> </p>

<p>스킨 업데이트는</p>

<p>워드프레스 관리자 -&gt; 스토어 메뉴에서 <strong>설치하기</strong> 버튼을 눌러주시면 업데이트가 완료됩니다.</p>

<p> </p>

<p>업데이트를 할 수 있는 상황이 아니시라면</p>

<p>FTP로 접속해서 /wp-content/plugins/kboard/skin/사용중인스킨/latest.php 파일에</p>

<p>아래의 코드를 찾아서</p>

<pre>
<code class="language-html">&lt;div id="kboard-pure-gallery-list"&gt;</code></pre>

<p>아래의 코드로 교체해보세요.</p>

<pre>
<code class="language-html">&lt;div id="kboard-pure-gallery-list" class="kboard-pure-gallery-latest"&gt;</code></pre>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Wed, 07 Oct 2020 01:57:31 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[위 소스를 넣었는데도 안되서요 
퓨어갤러리로 변경하여 넣어봐도 
제목이 그대로 나옵니다. 최신글에요...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/46951</link>
			<description><![CDATA[<p>위 소스를 넣었는데도 안되서요 <br />
퓨어갤러리로 변경하여 넣어봐도 <br />
제목이 그대로 나옵니다. 최신글에요 ㅎ<br />
<br />
#kboard-pure-gallery-latest .kboard-list-item .kboard-list-title { display: none; }</p>]]></description>
			<author>박씨아저씨</author>
			<pubDate>Wed, 07 Oct 2020 01:34:45 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[안녕하세요~^^

KBoard 카드 갤러리 스킨 최신글에서 썸네일과 제목을 표시하고 있으며

내용은 별도로 ...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/46941</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>KBoard 카드 갤러리 스킨 최신글에서 썸네일과 제목을 표시하고 있으며</p>

<p>내용은 별도로 표시하지 않고 있습니다.</p>

<p>최신글에서 썸네일만 표시되게 하시려면</p>

<p>워드프레스 관리자 -&gt; 외모 -&gt; 사용자 정의하기 -&gt; CSS 입력 필드에</p>

<p>아래의 코드를 추가해보시겠어요?</p>

<pre>
<code class="language-css">#kboard-card-gallery-latest .kboard-list-item .kboard-list-title { display: none; }</code></pre>

<p>제목을 보이지 않게 하면 썸네일이 등록되지 않은 경우</p>

<p>게시글 본문 페이지로 이동할 수 없게 됩니다.</p>

<p> </p>

<p>최신글이 아닌 일반 게시글 목록 페이지에서 썸네일만 보이게 하시려면</p>

<p>아래의 CSS 코드를 활용해보세요.</p>

<pre>
<code class="language-css">#kboard-card-gallery-list .kboard-list-item { height: auto; }
#kboard-card-gallery-list .kboard-list-item .kboard-list-title { display: none; }
#kboard-card-gallery-list .kboard-list-item .kboard-list-summary { display: none; }
#kboard-card-gallery-list .kboard-list-item .kboard-list-catetory { display: none; }
#kboard-card-gallery-list .kboard-list-item .kboard-list-user { display: none; }</code></pre>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Tue, 06 Oct 2020 07:54:45 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>