<?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>
									Delete Username in source code - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 02:57:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Delete Username in source code</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-23103</link>
                        <pubDate>Mon, 29 Jan 2024 11:18:05 +0000</pubDate>
                        <description><![CDATA[Unfortunately this doesn&#039;t work for me. But maybe I&#039;m doing something wrong.]]></description>
                        <content:encoded><![CDATA[<p>Unfortunately this doesn't work for me. But maybe I'm doing something wrong.</p>
3770
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Tobi</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-23103</guid>
                    </item>
				                    <item>
                        <title>RE: Delete Username in source code</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-23015</link>
                        <pubDate>Wed, 24 Jan 2024 10:32:30 +0000</pubDate>
                        <description><![CDATA[@tobi,
It works fine, please watch this video:]]></description>
                        <content:encoded><![CDATA[<p>@tobi,</p>
<p>It works fine, please watch this video: https://www.loom.com/share/7c84a5d2892347398b81ad8a8c8df0d9?sid=8c1187de-ca28-4227-92f3-0547f7d9b6b5</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-23015</guid>
                    </item>
				                    <item>
                        <title>RE: Delete Username in source code</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-23001</link>
                        <pubDate>Tue, 23 Jan 2024 11:56:59 +0000</pubDate>
                        <description><![CDATA[@asti 
Thank you for your quick help. I&#039;ve already tried that, but it doesn&#039;t work.I inserted the code with WPCode as a JavaScript snippet (Location: Insert before Post),And I tried pasting...]]></description>
                        <content:encoded><![CDATA[<p>@asti </p>
<p>Thank you for your quick help. I've already tried that, but it doesn't work.<br />I inserted the code with WPCode as a JavaScript snippet (Location: Insert before Post),<br /><br />And I tried pasting it as a shortcode on the corresponding page.<br /><br />Did I do something wrong? I have already deleted the command (author display none) in the WPDiscuz plugin, but nothing changes.<br /><br />The name and email address of the person who writes the comment remains visible to others in the source code.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Tobi</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-23001</guid>
                    </item>
				                    <item>
                        <title>RE: Delete Username in source code</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-22994</link>
                        <pubDate>Tue, 23 Jan 2024 10:12:58 +0000</pubDate>
                        <description><![CDATA[Hi @tobi,
You can use the JS code below: 
jQuery(document).ready(function(){
	jQuery(&quot;.wpd-comment-author&quot;).remove();
});
Helpful reference:]]></description>
                        <content:encoded><![CDATA[<p>Hi @tobi,</p>
<p>You can use the JS code below: </p>
<pre contenteditable="false">jQuery(document).ready(function(){
	jQuery(".wpd-comment-author").remove();
});</pre>
<p>Helpful reference: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-22994</guid>
                    </item>
				                    <item>
                        <title>Delete Username in source code</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-22982</link>
                        <pubDate>Mon, 22 Jan 2024 15:59:09 +0000</pubDate>
                        <description><![CDATA[Hello everyone,I&#039;ve been working on a problem all day, I&#039;ve read through the forum and haven&#039;t found a suitable solution yet.I would like to allow logged in users to post comments anonymousl...]]></description>
                        <content:encoded><![CDATA[<p>Hello everyone,<br /><br />I've been working on a problem all day, I've read through the forum and haven't found a suitable solution yet.<br /><br />I would like to allow logged in users to post comments anonymously. I managed to no longer see the names on the website (Styles &amp; Colors -&gt; CSS -&gt; wpd-comment-author { display: none !important;)<br />But the names are still displayed in the source code and are therefore visible to other users.</p>
<p>Since users only access the page logged in for other reasons, I unfortunately cannot set the option in the form to post without a name.</p>
<p><br />Is there a solution to delete the names there?<br /><br />Thank you<br />Tobi</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Tobi</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/delete-username-in-source-code/#post-22982</guid>
                    </item>
							        </channel>
        </rss>
		