<?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>
									Sort topics by its created time, not the last reply&#039;s created time - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 10 Jun 2026 08:56:24 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Sort topics by its created time, not the last reply&#039;s created time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36830</link>
                        <pubDate>Sun, 16 Feb 2020 15:57:05 +0000</pubDate>
                        <description><![CDATA[AWESOME @robert
Thank you so much for your great supports!!!
I really appreciate it! You made my day thank you and have a nice day:)]]></description>
                        <content:encoded><![CDATA[<p>AWESOME <span>@robert</span></p>
<p>Thank you so much for your great supports!!!</p>
<p>I really appreciate it! You made my day thank you and have a nice day:)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>zmgma</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36830</guid>
                    </item>
				                    <item>
                        <title>RE: Sort topics by its created time, not the last reply&#039;s created time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36824</link>
                        <pubDate>Sun, 16 Feb 2020 10:21:18 +0000</pubDate>
                        <description><![CDATA[Hi @zmgma,
Please do these steps to make the change in update-safe way.
1. Create a /wpforo/ folder in your current active theme folder. If you have a child theme create it in the child th...]]></description>
                        <content:encoded><![CDATA[<p>Hi @zmgma,</p>
<p>Please do these steps to make the change in update-safe way.</p>
<p>1. Create a <span style="color: #ff0000">/wpforo/</span> folder in your current active theme folder. If you have a child theme create it in the child theme folder.</p>
<p>2. Create /layouts/ folder in the /wpforo/ folder, then create /4/ folder in the /layout/ folder. So the end directory should look like this: <span style="color: #0000ff">/wp-content/themes/</span><span style="color: #800080">your-active-theme/</span><span style="color: #ff0000">wpforo/layouts/4/</span></p>
<p>3. Copy <span style="color: #0000ff">/wp-content/plugins/</span><span style="color: #800080">wpforo/wpf-themes/classic/layouts/4/</span><span style="color: #ff0000">forum.php</span> file and paste in the new created directory: <span style="color: #0000ff">/wp-content/themes/</span><span style="color: #800080">your-active-theme/</span><span style="color: #ff0000">wpforo/layouts/4/</span></p>
<p>4. Edit the copied file and find this line:</p>
<pre style="color: #000000;font-size: 12.0pt"><span style="color: #4985c9;font-weight: bold">$args </span><span style="color: #000080">= </span><span style="color: #008d00;font-weight: bold">array</span>( <span style="color: #c64741">'row_count' </span><span style="color: #000080">=&gt; </span><span style="color: #0000e5;font-style: italic">WPF</span>()<span style="color: #000080">-&gt;</span><span style="color: #0000e5;font-style: italic">forum</span><span style="color: #000080">-&gt;</span><span style="color: #0000e5;font-style: italic">options</span><span style="color: #000080">, </span><span style="color: #c64741">'forumids' </span><span style="color: #000080">=&gt; </span><span style="color: #4985c9;font-weight: bold">$child_forums</span><span style="color: #000080">, </span><span style="color: #c64741">'orderby' </span><span style="color: #000080">=&gt; </span><span style="color: #c64741">'type, modified'</span><span style="color: #000080">, </span><span style="color: #c64741">'order' </span><span style="color: #000080">=&gt; </span><span style="color: #c64741">'DESC' </span>)<span style="color: #313131">;</span></pre>
<p>5. Change it to this and save:</p>
<pre style="color: #000000;font-size: 12.0pt"><span style="color: #4985c9;font-weight: bold">$args </span><span style="color: #000080">= </span><span style="color: #008d00;font-weight: bold">array</span>( <span style="color: #c64741">'row_count' </span><span style="color: #000080">=&gt; </span><span style="color: #0000e5;font-style: italic">WPF</span>()<span style="color: #000080">-&gt;</span><span style="color: #0000e5;font-style: italic">forum</span><span style="color: #000080">-&gt;</span><span style="color: #0000e5;font-style: italic">options</span><span style="color: #000080">, </span><span style="color: #c64741">'forumids' </span><span style="color: #000080">=&gt; </span><span style="color: #4985c9;font-weight: bold">$child_forums</span><span style="color: #000080">, </span><span style="color: #c64741">'orderby' </span><span style="color: #000080">=&gt; </span><span style="color: #c64741">'type, created'</span><span style="color: #000080">, </span><span style="color: #c64741">'order' </span><span style="color: #000080">=&gt; </span><span style="color: #c64741">'DESC' </span>)<span style="color: #313131">;</span></pre>
<p>More information about update-safe way customization of wpForo template files you can find here: https://wpforo.com/docs/root/forum-themes/theme-customization/</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/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36824</guid>
                    </item>
				                    <item>
                        <title>RE: Sort topics by its created time, not the last reply&#039;s created time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36632</link>
                        <pubDate>Tue, 11 Feb 2020 12:28:44 +0000</pubDate>
                        <description><![CDATA[Hi @sofy
Thank you for your reply. I&#039;m using threaded layout, and as I explained, I would not like to sort by replies created time.
I hope all topics are sorted by its created time, not la...]]></description>
                        <content:encoded><![CDATA[<p>Hi @sofy</p>
<p>Thank you for your reply. I'm using threaded layout, and as I explained, I would not like to sort by replies created time.</p>
<p>I hope all topics are sorted by its created time, not last reply's created time.</p>
<p>REF: https://imgur.com/8TPINPz</p>
<p>Could you let me know which file I have to edit and clues?</p>
<p>Many thanks:)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>zmgma</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36632</guid>
                    </item>
				                    <item>
                        <title>RE: Sort topics by its created time, not the last reply&#039;s created time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36603</link>
                        <pubDate>Tue, 11 Feb 2020 07:48:24 +0000</pubDate>
                        <description><![CDATA[Hi @zmgma,
I&#039;m sorry, but wpForo doesn&#039;t have such a feature.
Please let us know the wpForo layout you&#039;re using, we&#039;ll try to find some solution for you.]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@zmgma,</span></p>
<p>I'm sorry, but wpForo doesn't have such a feature.</p>
<p>Please let us know the <a href="https://wpforo.com/docs/root/categories-and-forums/forum-layouts/" target="true">wpForo layout</a> you're using, we'll try to find some solution for you. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36603</guid>
                    </item>
				                    <item>
                        <title>Sort topics by its created time, not the last reply&#039;s created time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36555</link>
                        <pubDate>Mon, 10 Feb 2020 12:02:03 +0000</pubDate>
                        <description><![CDATA[Hello
I have a question regarding topic&#039;s order.
Is it possible to sort topics by its created time, not the last reply&#039;s created time?
I don&#039;t want to refresh the topics&#039; order when the r...]]></description>
                        <content:encoded><![CDATA[<p>Hello</p>
<p>I have a question regarding topic's order.</p>
<p>Is it possible to sort topics by its created time, not the last reply's created time?</p>
<p>I don't want to refresh the topics' order when the reply is created.</p>
<p>Could you let me know the file that I have to edit and some clues?</p>
<p>Thank you for your efforts always.</p>
<p>Best regards,</p>
<p>Dan</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>zmgma</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/sort-topics-by-its-created-time-not-the-last-replys-created-time/#post-36555</guid>
                    </item>
							        </channel>
        </rss>
		