<?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>
									Adjust text truncation value in breadcrumb - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/adjust-text-truncation-value-in-breadcrumb/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Apr 2026 12:51:59 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Adjust text truncation value in breadcrumb</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/adjust-text-truncation-value-in-breadcrumb/#post-106193</link>
                        <pubDate>Sat, 18 Nov 2023 07:44:40 +0000</pubDate>
                        <description><![CDATA[Hi @vanessa
You can use this code snippets in a PHP code snippets of the Code Snippets plugin or in the current active WordPress theme:
function custom_breadcrumb_text_length( $length ){
...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@vanessa</span></p>
<p>You can use this code snippets in a PHP code snippets of the <a href="https://wordpress.org/plugins/code-snippets/" target="_blank" rel="noopener">Code Snippets</a> plugin or in the current active WordPress theme:</p>
<pre contenteditable="false">function custom_breadcrumb_text_length( $length ){
	return ***100***;
}
add_filter( 'wpforo_breadcrumb_text_length', 'custom_breadcrumb_text_length', 10);</pre>
<p> </p>
<p>You can change the red marked <span style="color: #ff0000"><strong>100</strong></span> to any number of characters you want.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Martin</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/adjust-text-truncation-value-in-breadcrumb/#post-106193</guid>
                    </item>
				                    <item>
                        <title>Adjust text truncation value in breadcrumb</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/adjust-text-truncation-value-in-breadcrumb/#post-106025</link>
                        <pubDate>Mon, 13 Nov 2023 20:45:15 +0000</pubDate>
                        <description><![CDATA[How do I increase the number of characters shown in the breadcrumb before the text truncates?
It looks like the truncation happens server side, so I&#039;m not able to do css tricks.
thx]]></description>
                        <content:encoded><![CDATA[<p>How do I increase the number of characters shown in the breadcrumb before the text truncates?</p>
<p>It looks like the truncation happens server side, so I'm not able to do css tricks.</p>
<p>thx</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>vanessa</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/adjust-text-truncation-value-in-breadcrumb/#post-106025</guid>
                    </item>
							        </channel>
        </rss>
		