<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[일반회원이 로그인시 어드민바가 보입니다]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/16336</link>
		<description><![CDATA[<p>원래는 안나왔었는데 오늘 갑자기 일반회원이 로그인 했을때도 워드프레스 어드민바가 홈페이지 상단에 보이네요..</p>

<p>권한이나 그런쪽은 손대지 않았고, 오늘은 KBoard css 커스텀 작업밖에 한게 없습니다</p>

<p>혹시 왜이런지 알 수 있을까요??</p>
]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

CSS 커스텀 작업이랑은 관련이 없어보입니다.

워드프레스 혹은 테마쪽이 자동 업데이트...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/16338</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>CSS 커스텀 작업이랑은 관련이 없어보입니다.</p>

<p>워드프레스 혹은 테마쪽이 자동 업데이트 되어 설정이 변경됐거나 했을 가능성이 있습니다.</p>

<p> </p>

<p>상단 어드민 바(Admin Bar)가 관리자에게만 표시되도록 하시려면 테마의 functions.php 파일에 아래 코드를 추가해보세요.</p>

<pre>
<code class="language-php">if(!current_user_can('manage_options')){
	show_admin_bar(false);
}</code></pre>

<p>자세한 내용은 아래 링크를 확인해주세요.</p>

<p><a href="https://codex.wordpress.org/Function_Reference/show_admin_bar" target="_blank">https://codex.wordpress.org/Function_Reference/show_admin_bar</a></p>

<p> </p>

<p>혹은 Hide Admin Bar 와 같은 플러그인도 있습니다.</p>

<p><a href="https://ko.wordpress.org/plugins/hide-admin-bar/" target="_blank">https://ko.wordpress.org/plugins/hide-admin-bar/</a></p>

<p>고맙습니다.</p>
]]></description>
			<author>스레드봇</author>
			<pubDate>Tue, 26 Sep 2017 13:23:27 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>