<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[최근글 모아보기 이미지 있는 글만]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/17363</link>
		<description><![CDATA[<p>안녕하세요 . 검색해봐도 내용이 없는듯 하여 질문 드립니다.</p>

<p>최근글 모아보기 할때 이미지 있는글만 불러 오는 방법이 궁금 합니다.</p>

<p> </p>

<p>현재 최근글 보기화면에서 픽 갤러리 사용하고 있는데 (참고: http://5060todak.com/test2222/)</p>

<p>이미지 없는 글이 많다보니 좀 보기가 안좋네요</p>

<p>이미지 있는 글만 최근글에 노출 되게 하면 좋을것 같습니다.</p>

<p> </p>

<p>감사합니다. 편안한 주말 보내시구요!</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

FTP로 접속해서 /wp-content/plugins/kboard/skin/pic-gallery/latest.php 파일에

아래...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/17375</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>FTP로 접속해서 /wp-content/plugins/kboard/skin/pic-gallery/latest.php 파일에</p>

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

<pre>
<code class="language-html">&lt;div class="kboard-pic-gallery-latest-item"&gt;
	&lt;a href="&lt;?php echo $url-&gt;set('uid', $content-&gt;uid)-&gt;set('mod', 'document')-&gt;toStringWithPath($board_url)?&gt;#kboard-pic-gallery-document" class="kboard-pic-gallery-latest-thumbnail"&gt;
		&lt;?php if($resize_img_src):?&gt;
		&lt;img src="&lt;?php echo $resize_img_src?&gt;" alt=""&gt;
		&lt;?php else:?&gt;
		&lt;i class="icon-picture"&gt;&lt;/i&gt;
		&lt;?php endif?&gt;
	&lt;/a&gt;
	&lt;div class="kboard-pic-gallery-latest-title"&gt;
		&lt;p class="cut_strings"&gt;&lt;a href="&lt;?php echo $url-&gt;set('uid', $content-&gt;uid)-&gt;set('mod', 'document')-&gt;toStringWithPath($board_url)?&gt;#kboard-pic-gallery-document"&gt;&lt;?php echo $content-&gt;title?&gt;&lt;/a&gt;&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;</code></pre>

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

<pre>
<code class="language-html">&lt;?php if($resize_img_src):?&gt;
&lt;div class="kboard-pic-gallery-latest-item"&gt;
	&lt;a href="&lt;?php echo $url-&gt;set('uid', $content-&gt;uid)-&gt;set('mod', 'document')-&gt;toStringWithPath($board_url)?&gt;#kboard-pic-gallery-document" class="kboard-pic-gallery-latest-thumbnail"&gt;
		&lt;img src="&lt;?php echo $resize_img_src?&gt;" alt=""&gt;
		&lt;i class="icon-picture"&gt;&lt;/i&gt;
	&lt;/a&gt;
	&lt;div class="kboard-pic-gallery-latest-title"&gt;
		&lt;p class="cut_strings"&gt;&lt;a href="&lt;?php echo $url-&gt;set('uid', $content-&gt;uid)-&gt;set('mod', 'document')-&gt;toStringWithPath($board_url)?&gt;#kboard-pic-gallery-document"&gt;&lt;?php echo $content-&gt;title?&gt;&lt;/a&gt;&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;?php endif?&gt;</code></pre>

<p>근복적으로 해결하려면 코드를 많이 수정하고 개발해야 할 듯합니다.</p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Mon, 13 Nov 2017 00:51:27 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>