<?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>
									Display Add Topic Button on Forum List - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 12 Sep 2026 20:20:32 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Display Add Topic Button on Forum List</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73536</link>
                        <pubDate>Sun, 02 Oct 2022 19:41:29 +0000</pubDate>
                        <description><![CDATA[@tutrix Thank you, that changed worked. 😀]]></description>
                        <content:encoded><![CDATA[@tutrix Thank you, that changed worked. 😀]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>seancallahan</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73536</guid>
                    </item>
				                    <item>
                        <title>RE: Display Add Topic Button on Forum List</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73514</link>
                        <pubDate>Sat, 01 Oct 2022 13:49:00 +0000</pubDate>
                        <description><![CDATA[@seancallahan,
Try Threaded layout.]]></description>
                        <content:encoded><![CDATA[<p>@seancallahan,</p>
<p>Try Threaded layout.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73514</guid>
                    </item>
				                    <item>
                        <title>RE: Display Add Topic Button on Forum List</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73513</link>
                        <pubDate>Sat, 01 Oct 2022 13:47:52 +0000</pubDate>
                        <description><![CDATA[@seancallahan
if you need the button and function, you can edit the forum.php from layout 1
search for
	&lt;div class=&quot;wpforo-category&quot; &lt;?php echo $cover_styles ?&gt;&gt;
   ...]]></description>
                        <content:encoded><![CDATA[<p>@seancallahan</p>
<p>if you need the button and function, you can edit the forum.php from layout 1</p>
<p>search for</p>
<pre contenteditable="false">	&lt;div class="wpforo-category" &lt;?php echo $cover_styles ?&gt;&gt;
        &lt;div class="wpforo-cat-panel" &lt;?php echo $cover_styles ?&gt;&gt;
            &lt;div class="cat-title" title="&lt;?php echo esc_attr($cat); ?&gt;"&gt;
                &lt;span class="cat-name" &lt;?php echo $cover_styles ?&gt;&gt;&lt;?php echo esc_html($cat); ?&gt;&lt;/span&gt;
            &lt;/div&gt;
            &lt;div class="cat-stat-posts" &lt;?php echo $cover_styles ?&gt;&gt;&lt;?php wpforo_phrase('Posts'); ?&gt;&lt;/div&gt;
            &lt;div class="cat-stat-topics" &lt;?php echo $cover_styles ?&gt;&gt;&lt;?php wpforo_phrase('Topics'); ?&gt;&lt;/div&gt;
            &lt;br class="wpf-clear" /&gt;
        &lt;/div&gt;
	&lt;/div&gt;&lt;!-- wpforo-category --&gt;</pre>
<p>and replace with</p>
<pre contenteditable="false">	&lt;div class="wpforo-category" &lt;?php echo $cover_styles ?&gt;&gt;&lt;div class="wpforo-cat-panel" &lt;?php echo $cover_styles ?&gt;&gt;
            &lt;div class="cat-title" title="&lt;?php echo esc_attr($cat); ?&gt;"&gt;
                &lt;span class="cat-name" &lt;?php echo $cover_styles ?&gt;&gt;&lt;?php echo esc_html($cat); ?&gt;&lt;/span&gt;
            &lt;/div&gt;
             &lt;?php if( WPF()-&gt;current_object === 'forum' ) wpforo_template_add_topic_button($cat); ?&gt;
            &lt;div class="cat-stat-posts" &lt;?php echo $cover_styles ?&gt;&gt;&lt;?php wpforo_phrase('Posts'); ?&gt;&lt;/div&gt;
            &lt;div class="cat-stat-topics" &lt;?php echo $cover_styles ?&gt;&gt;&lt;?php wpforo_phrase('Topics'); ?&gt;&lt;/div&gt;           
            &lt;br class="wpf-clear" /&gt;
        &lt;/div&gt;
	&lt;/div&gt;&lt;!-- wpforo-category --&gt;
    &lt;?php if( WPF()-&gt;current_object === 'forum' ) wpforo_template_topic_portable_form($cat); ?&gt;</pre>
<p>read this before making changes &gt; <a href="https://wpforo.com/docs/wpforo-v2/forum-themes/theme-customization/" target="_blank" rel="noopener">Theme Customization</a></p>]]></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/display-add-topic-button-on-forum-list/#post-73513</guid>
                    </item>
				                    <item>
                        <title>RE: Display Add Topic Button on Forum List</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73507</link>
                        <pubDate>Sat, 01 Oct 2022 12:37:01 +0000</pubDate>
                        <description><![CDATA[@chris what layout would be like Expanded View with an Add Topic button on the home page?]]></description>
                        <content:encoded><![CDATA[@chris what layout would be like Expanded View with an Add Topic button on the home page?]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>seancallahan</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73507</guid>
                    </item>
				                    <item>
                        <title>RE: Display Add Topic Button on Forum List</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73491</link>
                        <pubDate>Sat, 01 Oct 2022 08:02:45 +0000</pubDate>
                        <description><![CDATA[@seancallahan,
That&#039;s why wpForo has 4 layouts, you can change to another layout by your need.]]></description>
                        <content:encoded><![CDATA[<p><span>@seancallahan,</span></p>
<p>That's why wpForo has 4 layouts, you can change to another layout by your need. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73491</guid>
                    </item>
				                    <item>
                        <title>Display Add Topic Button on Forum List</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73488</link>
                        <pubDate>Sat, 01 Oct 2022 06:40:52 +0000</pubDate>
                        <description><![CDATA[Is there a way to add an &quot;Add Topic&quot; button on the main home page for a forum in an Extended Layout like you can all the other layouts? For example, the Simplified layout has an option in Se...]]></description>
                        <content:encoded><![CDATA[<p>Is there a way to add an "Add Topic" button on the main home page for a forum in an Extended Layout like you can all the other layouts? For example, the Simplified layout has an option in Settings called "Display Add Topic Button on Forum List" but Extended Layout doesn't have it. Any idea how to do this?</p>
<div id="wpfa-13752" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="Screen-Shot-2022-09-30-at-11.37.45-PM.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1664606452-Screen-Shot-2022-09-30-at-113745-PM.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Screen-Shot-2022-09-30-at-11.37.45-PM.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>seancallahan</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/display-add-topic-button-on-forum-list/#post-73488</guid>
                    </item>
							        </channel>
        </rss>
		