<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[워드프레스 아바타 클릭 시 이미지 띄우기]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/12858</link>
		<description><![CDATA[<p>안녕하세요.</p>

<p>KBoard에 뜨는 워드프레스 아바타 이미지를 클릭하면 새창에서 원본사진이 뜨도록 하고 싶은데 어떤 코드를 넣어야 링크가 먹힐까요?</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[네, 해결했습니다. 감사합니다.
]]></title>
			<link>https://www.cosmosfarm.com/threads/document/12886</link>
			<description><![CDATA[<p>네, 해결했습니다. 감사합니다.</p>
]]></description>
			<author>COOLMAN</author>
			<pubDate>Fri, 17 Mar 2017 07:54:45 +0000</pubDate>
			<category>KBoard</category>
		</item>
				<item>
			<title><![CDATA[아래의 코드를

KBoard 스킨의 list.php 또는 document.php 파일에 추가해서 테스트 해보시겠어요?

&am...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/12866</link>
			<description><![CDATA[<p>아래의 코드를</p>

<p>KBoard 스킨의 list.php 또는 document.php 파일에 추가해서 테스트 해보시겠어요?</p>

<p>&lt;a href="&lt;?php echo get_avatar_url($content-&gt;member_uid, array('size'=&gt;'999'))?&gt;" target="_blank"&gt;&lt;?php echo get_avatar($content-&gt;member_uid, 24, '', $content-&gt;member_display)?&gt;&lt;/a&gt;</p>

<p> </p>

<p>스킨 파일의 경로는</p>

<p>/wp-content/plugins/kboard/skin/사용중인스킨/ 폴더 입니다.</p>

<p> </p>

<p>get_avatar 함수 정보</p>

<p><a href="https://developer.wordpress.org/reference/functions/get_avatar/" target="_blank">https://developer.wordpress.org/reference/functions/get_avatar/</a></p>

<p> </p>

<p>get_avatar_url 함수 정보</p>

<p><a href="https://developer.wordpress.org/reference/functions/get_avatar_url/" target="_blank">https://developer.wordpress.org/reference/functions/get_avatar_url/</a></p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Thu, 16 Mar 2017 08:05:59 +0000</pubDate>
			<category>KBoard</category>
		</item>
			</channel>
</rss>