<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>logo | Sorun Çözümü</title>
	<atom:link href="https://www.soruncozumu.com/etiket/logo/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.soruncozumu.com</link>
	<description>Sorun Çözme Platformu - Türkçe Kaynak</description>
	<lastBuildDate>Tue, 27 Sep 2022 08:45:34 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.soruncozumu.com/wp-content/uploads/2015/05/cropped-favicon-100x100.png</url>
	<title>logo | Sorun Çözümü</title>
	<link>https://www.soruncozumu.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WordPress Admin Bar’dan WordPress Menüsünü Kaldırma</title>
		<link>https://www.soruncozumu.com/wordpress-admin-bardan-wordpress-menusunu-kaldirma/</link>
					<comments>https://www.soruncozumu.com/wordpress-admin-bardan-wordpress-menusunu-kaldirma/#comments</comments>
		
		<dc:creator><![CDATA[SeLoRe]]></dc:creator>
		<pubDate>Sat, 02 May 2015 14:32:26 +0000</pubDate>
				<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[admin bar]]></category>
		<category><![CDATA[kaldırma]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[menü]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.soruncozumu.com/?p=78</guid>

					<description><![CDATA[Bu menüyü admin bar'dan kaldırmak için kodu functions.php dosyanıza ekleyin.]]></description>
										<content:encoded><![CDATA[<p>Bu menüyü admin bar'dan kaldırmak için kodu <strong>functions.php </strong>dosyanıza ekleyin.<span id="more-78"></span></p>
<pre class="brush: php; title: ; notranslate">/* WordPress Admin Panelindeki WordPress Menüsünü Kaldırma */
function wps_admin_bar() {
    global $wp_admin_bar;
    $wp_admin_bar-&gt;remove_menu('wp-logo');
    $wp_admin_bar-&gt;remove_menu('view-site');
}
add_action( 'wp_before_admin_bar_render', 'wps_admin_bar' );
/* WordPress Admin Panelindeki WordPress Menüsünü Kaldırma */</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.soruncozumu.com/wordpress-admin-bardan-wordpress-menusunu-kaldirma/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
