<?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>
									Need to put Comment Form above Page Comments OR use a Slide In or ANYTHING - How-To and Troubleshooting				            </title>
            <link>https://gvectors.com/forum/how-to-and-troubleshooting/need-to-put-comment-form-above-page-comments-or-use-a-slide-in-or-anything/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Apr 2026 07:45:36 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Need to put Comment Form above Page Comments OR use a Slide In or ANYTHING</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/need-to-put-comment-form-above-page-comments-or-use-a-slide-in-or-anything/#post-26339</link>
                        <pubDate>Wed, 23 Dec 2020 08:20:04 +0000</pubDate>
                        <description><![CDATA[This is the old shortcode you should use the code provided by Taron here:
The is another easiest way you can choose. You&#039;ll just need to move the comments_template() function at the top of t...]]></description>
                        <content:encoded><![CDATA[<p>This is the old shortcode you should use the code provided by Taron here: https://wpdiscuz.com/community/postid/598/</p>
<p>The is another easiest way you can choose. You'll just need to move the <a href="https://developer.wordpress.org/reference/functions/comments_template/" target="true">comments_template()</a> function at the top of the page in the theme template files. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/need-to-put-comment-form-above-page-comments-or-use-a-slide-in-or-anything/#post-26339</guid>
                    </item>
				                    <item>
                        <title>Need to put Comment Form above Page Comments OR use a Slide In or ANYTHING</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/need-to-put-comment-form-above-page-comments-or-use-a-slide-in-or-anything/#post-26329</link>
                        <pubDate>Tue, 22 Dec 2020 20:47:48 +0000</pubDate>
                        <description><![CDATA[I need to put the Comment Forum at the Top of the Page Comments...  I found a thread answer providing that ability but the code is not working
 
Putting this shortcode above the page comme...]]></description>
                        <content:encoded><![CDATA[<p>I need to put the Comment Forum at the Top of the Page Comments...  I found a thread answer providing that ability but the code is not working</p>
<p>https://wordpress.org/support/topic/shortcode-for-wpdiscuz/</p>
<p> </p>
<p>Putting this shortcode above the page comments so users can easily leave a comment</p>
<p><code></code></p>
<p> </p>
<p>Putting this in function.php</p>
<pre><code>function my_wpdiscuz_shortcode() {
  if (file_exists(ABSPATH . 'wp-content/plugins/wpdiscuz/templates/comment/comment-form.php')) {
      ob_start();
      include_once ABSPATH . 'wp-content/plugins/wpdiscuz/templates/comment/comment-form.php';
      return ob_get_clean();
  }
}
add_shortcode('wpdiscuz_comments', 'my_wpdiscuz_shortcode');</code></pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>mh4gvector</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/need-to-put-comment-form-above-page-comments-or-use-a-slide-in-or-anything/#post-26329</guid>
                    </item>
							        </channel>
        </rss>
		