<?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>
									wpforo cross posting exclude shortcode - wpForo Blog Cross Posting				            </title>
            <link>https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-cross-posting-exclude-shortcode/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 05:42:55 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: wpforo cross posting exclude shortcode</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-cross-posting-exclude-shortcode/#post-38362</link>
                        <pubDate>Mon, 12 Feb 2024 14:01:50 +0000</pubDate>
                        <description><![CDATA[If you don&#039;t want to cross-post the shortcode you should use the wpforo_strip_shortcodes hook:
add_filter( &#039;wpforo_strip_shortcodes&#039;, function( $text ){ return strip_shortcodes( $text ); } ...]]></description>
                        <content:encoded><![CDATA[<p>If you don't want to cross-post the shortcode you should use the wpforo_strip_shortcodes hook:</p>
<pre contenteditable="false">add_filter( 'wpforo_strip_shortcodes', function( $text ){ return strip_shortcodes( $text ); } );</pre>
<p>You should put the code in the active theme functions.php file.</p>
<p>wpForo also has teh option that allows you to Enable WordPress Shortcodes in Post Content. You can control it using the according option on the "Posting &amp; Editor Settings" admin page. </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-cross-posting-exclude-shortcode/#post-38362</guid>
                    </item>
				                    <item>
                        <title>wpforo cross posting exclude shortcode</title>
                        <link>https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-cross-posting-exclude-shortcode/#post-38357</link>
                        <pubDate>Sat, 10 Feb 2024 14:45:10 +0000</pubDate>
                        <description><![CDATA[Hi, I am using wpforo cross posting. And I notice the forum post include shortcode, is there a way to exclude shortcode?
Here is an example, I use a WP plugin called Blocks: [block id=&quot;4931...]]></description>
                        <content:encoded><![CDATA[<p>Hi, I am using wpforo cross posting. And I notice the forum post include<span> </span><span>shortcode, is there a way to exclude shortcode?</span></p>
<p>Here is an example, I use a WP plugin called Blocks: </p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpforo-blog-cross-posting/">wpForo Blog Cross Posting</category>                        <dc:creator>rjwhuang</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpforo-blog-cross-posting/wpforo-cross-posting-exclude-shortcode/#post-38357</guid>
                    </item>
							        </channel>
        </rss>
		