<?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>
									Problem with WpForo - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-wpforo/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 12 Jul 2026 02:43:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Problem with WpForo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-wpforo/#post-53698</link>
                        <pubDate>Tue, 11 May 2021 12:09:37 +0000</pubDate>
                        <description><![CDATA[Hi @williamolsen,
You can do that using the hook code below. Put it in the functions.php file of your current active WordPress theme or install the Code Snippets plugin and insert the code ...]]></description>
                        <content:encoded><![CDATA[<p>Hi @williamolsen,</p>
<p>You can do that using the hook code below. Put it in the <span style="color: #ff0000">functions.php</span> file of your current active WordPress theme or install the <a href="https://wordpress.org/plugins/code-snippets/" target="true">Code Snippets plugin</a> and insert the code as a new code snippet.</p>
<pre style="color: #000000;font-size: 12.0pt" contenteditable="false"><span style="color: #0000e5;font-style: italic">add_filter</span>(<span style="color: #c64741">'wpforo_seo_topic_title'</span><span style="color: #000080">, </span><span style="color: #c64741">'wpforo_my_custom_seo_topic_title'</span>)<span style="color: #313131">;<br /></span><span style="color: #008d00;font-weight: bold">function </span><span style="color: #0000e5;font-weight: bold">wpforo_my_custom_seo_topic_title</span>( <span style="color: #4985c9;font-weight: bold">$title </span>)<span style="color: #5163ac">{<br /></span><span style="color: #5163ac">    </span><span style="color: #008d00;font-weight: bold">if</span>( <span style="color: #008d00;font-weight: bold">isset</span>(<span style="color: #4985c9;font-weight: bold">$title</span><span style="color: #000080"></span>) ) <span style="color: #008d00;font-weight: bold">unset</span>(<span style="color: #4985c9;font-weight: bold">$title</span><span style="color: #000080"></span>)<span style="color: #313131">;<br /></span><span style="color: #313131">    </span><span style="color: #008d00;font-weight: bold">return </span><span style="color: #4985c9;font-weight: bold">$title</span><span style="color: #313131">;<br /></span><span style="color: #5163ac">}</span></pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-wpforo/#post-53698</guid>
                    </item>
				                    <item>
                        <title>Problem with WpForo</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-wpforo/#post-53669</link>
                        <pubDate>Sun, 09 May 2021 13:14:00 +0000</pubDate>
                        <description><![CDATA[Hey guys
I have just a small problem with WpForo
my title is post name – category- Sitename
I don’t want to be like this, just i want use
post name – Sitename
 
how I can do that

* ...]]></description>
                        <content:encoded><![CDATA[<div class="bbp-topic-content">
<p>Hey guys</p>
<p>I have just a small problem with WpForo</p>
<p>my title is post name – category- Sitename</p>
<p>I don’t want to be like this, just i want use</p>
<p>post name – Sitename</p>
<p> </p>
<p>how I can do that</p>
</div>
<p>* I use Rank math</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>williamolsen</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-wpforo/#post-53669</guid>
                    </item>
							        </channel>
        </rss>
		