<?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>
									Forum FAQ page - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forum-faq-page/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 12 May 2026 00:22:03 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Forum FAQ page</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forum-faq-page/#post-53355</link>
                        <pubDate>Tue, 27 Apr 2021 08:22:09 +0000</pubDate>
                        <description><![CDATA[@sitebastion
1. Create a simple WordPress page for your FAQ.
2. Install this plugin:
3. Pick the FAQ page shortcode with the page ID, it should look like this: [insert page=&#039;ID&#039; display=&#039;t...]]></description>
                        <content:encoded><![CDATA[<p>@sitebastion</p>
<p>1. Create a simple WordPress page for your FAQ.</p>
<p>2. Install this plugin: https://wordpress.org/plugins/insert-pages/</p>
<p>3. Pick the FAQ page shortcode with the page ID, it should look like this: <span style="color: #ff0000"></span></p>
<p>4. Put the shorticde in the code below and insert the code in your active WordPress theme <span style="color: #993366">functions.php</span> file:</p>
<pre contenteditable="false">function wpforo_page_show_faq( $template ){
   if( $template == 'faq' ){
      ?&gt;
      &lt;div class="wpforo-page wpforo-page-faq wpforo-text"&gt;
         &lt;?php echo do_shortcode(""); ?&gt;
      &lt;/div&gt;
      &lt;?php
   }
}
add_action( 'wpforo_page', 'wpforo_page_show_faq', 10 );</pre>
<p>Then call this page with URL:</p>
<pre contenteditable="false">https://example.com/community/?wpforo=page&amp;view=faq</pre>
<p>You can put it in wpForo Menu, using "Custom Links" menu type in <span style="color: #3366ff">Dashboard &gt; Appearance &gt; Menus</span> admin page. Use the wpForo Navigation menu.</p>
<p>https://wpforo.com/wp-content/uploads/2016/08/wpForo-menu-location.png</p>]]></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/forum-faq-page/#post-53355</guid>
                    </item>
				                    <item>
                        <title>Forum FAQ page</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/forum-faq-page/#post-53335</link>
                        <pubDate>Tue, 27 Apr 2021 02:07:10 +0000</pubDate>
                        <description><![CDATA[I&#039;ve lost the forum FAQ page. I cannot find where to edit the page that /%wpforo-faq%/ leads to.
I&#039;ve looked everywhere, I remember editing it but now I can&#039;t find any way to edit it. I&#039;ve ...]]></description>
                        <content:encoded><![CDATA[<p>I've lost the forum FAQ page. I cannot find where to edit the page that /%wpforo-faq%/ leads to.</p>
<p>I've looked everywhere, I remember editing it but now I can't find any way to edit it. I've looked everywhere and searched both the documentation this forum for how to edit this.</p>
<p>Help?! (my brain has failed me)</p>
<p> </p>
<p>Kim</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>SiteBastion</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/forum-faq-page/#post-53335</guid>
                    </item>
							        </channel>
        </rss>
		