The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Delete Username in ...
 
Share:
Notifications
Clear all

Question Delete Username in source code

5 Posts
2 Users
0 Likes
184 Views
Posts: 4
 Tobi
Topic starter
(@tobi)
Active Member
Joined: 3 months ago

Hello everyone,

I've been working on a problem all day, I've read through the forum and haven't found a suitable solution yet.

I would like to allow logged in users to post comments anonymously. I managed to no longer see the names on the website (Styles & Colors -> CSS -> wpd-comment-author { display: none !important;)
But the names are still displayed in the source code and are therefore visible to other users.

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.

Is there a solution to delete the names there?

Thank you
Tobi

4 Replies
Asti
Posts: 7145
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @tobi,

You can use the JS code below: 

jQuery(document).ready(function(){
	jQuery(".wpd-comment-author").remove();
});

Helpful reference: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/

Reply
2 Replies
 Tobi
(@tobi)
Joined: 3 months ago

Active Member
Posts: 4

@asti 

Thank you for your quick help. I've already tried that, but it doesn't work.
I inserted the code with WPCode as a JavaScript snippet (Location: Insert before Post),

And I tried pasting it as a shortcode on the corresponding page.

Did I do something wrong? I have already deleted the command (author display none) in the WPDiscuz plugin, but nothing changes.

The name and email address of the person who writes the comment remains visible to others in the source code.

Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7145

@tobi,

It works fine, please watch this video:

Reply
Posts: 4
 Tobi
Topic starter
(@tobi)
Active Member
Joined: 3 months ago

Unfortunately this doesn't work for me. But maybe I'm doing something wrong.

 

Reply
Share: