<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Hide wpForo Title Admin Bar - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/hide-wpforo-title-admin-bar/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 12 Jun 2026 07:41:46 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Hide wpForo Title Admin Bar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/hide-wpforo-title-admin-bar/#post-61133</link>
                        <pubDate>Thu, 20 Jan 2022 05:08:55 +0000</pubDate>
                        <description><![CDATA[@tutrix thanks it worked ;)]]></description>
                        <content:encoded><![CDATA[@tutrix thanks it worked ;)]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DeepLine Digital</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/hide-wpforo-title-admin-bar/#post-61133</guid>
                    </item>
				                    <item>
                        <title>RE: Hide wpForo Title Admin Bar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/hide-wpforo-title-admin-bar/#post-61132</link>
                        <pubDate>Thu, 20 Jan 2022 05:05:30 +0000</pubDate>
                        <description><![CDATA[@t-niron
try
&#039;wpf-community&#039;]]></description>
                        <content:encoded><![CDATA[<p>@t-niron</p>
<p>try</p>
<pre contenteditable="false">'wpf-community'</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/hide-wpforo-title-admin-bar/#post-61132</guid>
                    </item>
				                    <item>
                        <title>Hide wpForo Title Admin Bar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/hide-wpforo-title-admin-bar/#post-61125</link>
                        <pubDate>Wed, 19 Jan 2022 20:58:29 +0000</pubDate>
                        <description><![CDATA[Hello,
I&#039;m using a 13 inch computer and icons and titles in the admin bar are an issue for me.
I want to remove the name of your plugin while browsing the website from the admin bar.
I ha...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>I'm using a 13 inch computer and icons and titles in the admin bar are an issue for me.</p>
<p>I want to remove the name of your plugin while browsing the website from the admin bar.</p>
<p>I have a code for this but I couldn't find what to add to the code.</p>
<p>Can you help me with this?</p>
<p>Thank you</p>
<p><img src="https://nakvaryum.com/wp-content/uploads/Ekran-Resmi-2022-01-19-23.48.08.png" /></p>
<pre contenteditable="false">// Admin bar ikonları temizleme
function remove_from_admin_bar($wp_admin_bar) {
    /*
     * Placing items in here will only remove them from admin bar
     * when viewing the fronte end of the site
    */
    if ( ! is_admin() ) {
        // Example of removing item generated by plugin. Full ID is #wp-admin-bar-si_menu
    	$wp_admin_bar-&gt;remove_node('si_menu');

        // WordPress Core Items (uncomment to remove)
        $wp_admin_bar-&gt;remove_node('updates');
        $wp_admin_bar-&gt;remove_node('comments');
        $wp_admin_bar-&gt;remove_node('new-content');
        $wp_admin_bar-&gt;remove_node('wp-logo');
        //$wp_admin_bar-&gt;remove_node('site-name');
        $wp_admin_bar-&gt;remove_node('my-account');
        $wp_admin_bar-&gt;remove_node('search');
        $wp_admin_bar-&gt;remove_node('customize');
	$wp_admin_bar-&gt;remove_node('rank-math');
	$wp_admin_bar-&gt;remove_node('rcb-clear-current-cookie');
        $wp_admin_bar-&gt;remove_node('what is for wpFORO?');
    }

    /*
     * Items placed outside the if statement will remove it from both the frontend
     * and backend of the site
    */
    $wp_admin_bar-&gt;remove_node('wp-logo');
}
add_action('admin_bar_menu', 'remove_from_admin_bar', 999);</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DeepLine Digital</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/hide-wpforo-title-admin-bar/#post-61125</guid>
                    </item>
							        </channel>
        </rss>
		