<?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>
									Recent post duration time - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/recent-post-duration-time/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 20 May 2026 14:11:28 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Recent post duration time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/recent-post-duration-time/#post-104851</link>
                        <pubDate>Tue, 05 Sep 2023 12:19:12 +0000</pubDate>
                        <description><![CDATA[Or you can just add this code to your
add_filter( &#039;wpforo_recent_posts_limit&#039;, function(){ return 90; } );]]></description>
                        <content:encoded><![CDATA[<p>Or you can just add this code to your https://wordpress.org/plugins/code-snippets/</p>
<pre contenteditable="false">add_filter( 'wpforo_recent_posts_limit', function(){ return 90; } );</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>BlackRaz</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/recent-post-duration-time/#post-104851</guid>
                    </item>
				                    <item>
                        <title>RE: Recent post duration time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/recent-post-duration-time/#post-104846</link>
                        <pubDate>Tue, 05 Sep 2023 09:28:49 +0000</pubDate>
                        <description><![CDATA[Thanks for the help, I understand then that the default value is 30 days.]]></description>
                        <content:encoded><![CDATA[<p>Thanks for the help, I understand then that the default value is 30 days.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>jajimenez</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/recent-post-duration-time/#post-104846</guid>
                    </item>
				                    <item>
                        <title>RE: Recent post duration time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/recent-post-duration-time/#post-104845</link>
                        <pubDate>Tue, 05 Sep 2023 09:24:43 +0000</pubDate>
                        <description><![CDATA[@jajimenez
open themes / 2022 / recent.php and edit the value 30
see code below
$days = apply_filters( &#039;wpforo_recent_posts_limit&#039;, 30 );]]></description>
                        <content:encoded><![CDATA[<p>@jajimenez</p>
<p>open themes / 2022 / recent.php and edit the value 30</p>
<p>see code below</p>
<pre contenteditable="false">$days = apply_filters( 'wpforo_recent_posts_limit', 30 );</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/recent-post-duration-time/#post-104845</guid>
                    </item>
				                    <item>
                        <title>Recent post duration time</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/recent-post-duration-time/#post-104844</link>
                        <pubDate>Tue, 05 Sep 2023 08:36:34 +0000</pubDate>
                        <description><![CDATA[I have a question, the page where the recent threads are shown, what criteria does it have? If a few weeks pass without any recent posts, it remains empty. Can the duration be modified?]]></description>
                        <content:encoded><![CDATA[<p>I have a question, the page where the recent threads are shown, what criteria does it have? If a few weeks pass without any recent posts, it remains empty. Can the duration be modified?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>jajimenez</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/recent-post-duration-time/#post-104844</guid>
                    </item>
							        </channel>
        </rss>
		