<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[공지사항이 게시판글모음에 표시되게 어떻게 하나요?]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/5047</link>
		<description><![CDATA[<p>어떻게 하나요?<br />
출력하는 방법이있나요?</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[스킨 파일을 에디터로 수정해주셔야 합니다.

스킨의 list.php 파일을 보시면 &amp;lt;?php while($cont...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/5050</link>
			<description><![CDATA[<p>스킨 파일을 에디터로 수정해주셔야 합니다.</p>

<p>스킨의 list.php 파일을 보시면 &lt;?php while($content = $list-&gt;hasNextNotice()):?&gt; 부분이 따로 있습니다.</p>

<p>latest.php 파일에도 공지사항을 출력하게 추가해줘야 합니다.</p>

<p>예제는 아래와 같습니다.</p>

<p>&lt;?php while($content = $list-&gt;hasNextNotice()):?&gt;<br />
            &lt;tr&gt;<br />
                &lt;td class="kboard-latest-title"&gt;&lt;div 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;"&gt;&lt;?php echo $content-&gt;title?&gt;&lt;/a&gt; &lt;?php echo $content-&gt;getCommentsCount()?&gt;&lt;/div&gt;&lt;/td&gt;<br />
                &lt;td class="kboard-latest-date"&gt;&lt;?php echo date("Y.m.d", strtotime($content-&gt;date))?&gt;&lt;/td&gt;<br />
            &lt;/tr&gt;<br />
&lt;?php endwhile?&gt;</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 19 Mar 2015 00:27:07 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>