<?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>
									Search box not showing on single post - wpDiscuz Comment Search				            </title>
            <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 17:07:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36546</link>
                        <pubDate>Mon, 03 Apr 2023 14:23:34 +0000</pubDate>
                        <description><![CDATA[I was able to determine this was being caused by a plugin conflict.  We have since fixed the issue.  Thanks for assisting.]]></description>
                        <content:encoded><![CDATA[<p>I was able to determine this was being caused by a plugin conflict.  We have since fixed the issue.  Thanks for assisting.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Super Admin</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36546</guid>
                    </item>
				                    <item>
                        <title>RE: Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36501</link>
                        <pubDate>Thu, 30 Mar 2023 15:13:39 +0000</pubDate>
                        <description><![CDATA[@aaron-mckeon, 
Try to delete all kinds of caches before checking.]]></description>
                        <content:encoded><![CDATA[<p>@aaron-mckeon, </p>
<p>Try to delete all kinds of caches before checking. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36501</guid>
                    </item>
				                    <item>
                        <title>RE: Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36500</link>
                        <pubDate>Thu, 30 Mar 2023 14:12:18 +0000</pubDate>
                        <description><![CDATA[@astgh Awesome, thanks.  I ran the SQL and it&#039;s updated in the database but not showing on the front-end.  Is there some caching in wpDiscuz that needs to be reset?]]></description>
                        <content:encoded><![CDATA[@astgh Awesome, thanks.  I ran the SQL and it's updated in the database but not showing on the front-end.  Is there some caching in wpDiscuz that needs to be reset?]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Super Admin</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36500</guid>
                    </item>
				                    <item>
                        <title>RE: Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36496</link>
                        <pubDate>Thu, 30 Mar 2023 12:30:00 +0000</pubDate>
                        <description><![CDATA[@aaron-mckeon,
Somehow the comment count is not saved correctly in the wp_post table. Please watch this video:
In short, if the comment count is 0, the search box isn&#039;t showing. As you see ...]]></description>
                        <content:encoded><![CDATA[<p>@aaron-mckeon,</p>
<p>Somehow the comment count is not saved correctly in the <span style="color: #ff0000">wp_</span>post table. Please watch this video: https://www.screencast.com/t/dXTyQ5Pzwu</p>
<p>In short, if the comment count is 0, the search box isn't showing. As you see if the comment count is equal to or greater than 1 it's showing fine. Here you can see the comment count is 3 and the search box is showing fine: https://peakprosperitycom.bigscoots-staging.com/beta-testers-start-here/</p>
<p>Use the SQL code to update the comment count: </p>
<pre contenteditable="false">UPDATE ***wp_***posts p set p.comment_count = (SELECT COUNT(*) FROM ***wp_***comments c WHERE c.comment_post_ID = p.ID AND c.comment_approved = 1)</pre>
<p>The red-marked <span style="color: #ff0000">wp_</span> is just a prefix. In your case, it can differ. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36496</guid>
                    </item>
				                    <item>
                        <title>RE: Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36494</link>
                        <pubDate>Thu, 30 Mar 2023 12:11:00 +0000</pubDate>
                        <description><![CDATA[@astgh Sent!  Thanks.]]></description>
                        <content:encoded><![CDATA[@astgh Sent!  Thanks.]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Super Admin</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36494</guid>
                    </item>
				                    <item>
                        <title>RE: Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36483</link>
                        <pubDate>Thu, 30 Mar 2023 08:11:21 +0000</pubDate>
                        <description><![CDATA[@aaron-mckeon,
Please send the admin login details to infogvectors.com email address. Unfortunately, we were not able to find any reason yet.]]></description>
                        <content:encoded><![CDATA[<p>@aaron-mckeon,</p>
<p>Please send the admin login details to infogvectors.com email address. Unfortunately, we were not able to find any reason yet. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36483</guid>
                    </item>
				                    <item>
                        <title>RE: Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36471</link>
                        <pubDate>Wed, 29 Mar 2023 12:56:38 +0000</pubDate>
                        <description><![CDATA[@astgh Below please find an example URL from our staging environment where we&#039;re testing the plugin:]]></description>
                        <content:encoded><![CDATA[<p>@astgh Below please find an example URL from our staging environment where we're testing the plugin:</p>
<p>https://peakprosperitycom.bigscoots-staging.com/fed-raises-rates-25-bp-the-safety-system-works/</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Super Admin</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36471</guid>
                    </item>
				                    <item>
                        <title>RE: Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36468</link>
                        <pubDate>Wed, 29 Mar 2023 11:58:38 +0000</pubDate>
                        <description><![CDATA[Hi Aaron McKeon,

Does the shortcode need to be added into the single post template?

The shortcode isn&#039;t necessary. 
We&#039;ll need at least an example URL to check the issue.]]></description>
                        <content:encoded><![CDATA[<p>Hi Aaron McKeon,</p>
<blockquote>
<p>Does the shortcode need to be added into the single post template?</p>
</blockquote>
<p>The shortcode isn't necessary. </p>
<p>We'll need at least an example URL to check the issue. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36468</guid>
                    </item>
				                    <item>
                        <title>Search box not showing on single post</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36465</link>
                        <pubDate>Wed, 29 Mar 2023 11:11:38 +0000</pubDate>
                        <description><![CDATA[I have installed and activated the search add-on but no search box is appearing on single posts.  The comment form displays properly but no search form.  Does the shortcode need to be added ...]]></description>
                        <content:encoded><![CDATA[<p>I have installed and activated the search add-on but no search box is appearing on single posts.  The comment form displays properly but no search form.  Does the shortcode need to be added into the single post template?  I thought the shortcode was only for a general site-wide search widget.</p>
<p>I'm not finding anything in the documentation or settings that would be causing the search box not to be appearing.  Any help would be appreciated.</p>
6689
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-search/">wpDiscuz Comment Search</category>                        <dc:creator>Super Admin</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-search/search-box-not-showing-on-single-post/#post-36465</guid>
                    </item>
							        </channel>
        </rss>
		