The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] Hide "author", turn "Administrator" for the same person
✦ Summarize Topic
✦
✦
✦
AI is analyzing the discussion...
(@sparrow123)
Posts: 14
Eminent Member
Topic starter
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
[#2068]
Hello! I am author of the post on my site. And in the same time I am administrator of this site. I turned on "Labels", and after this I see my label like "Author" in comments. But I need label "Administrator". How I can get it? If I turn off tick "Author" in plugin's settings, and if I turn on tick "Administrator", I don't see "Administrator" label in the comments anyway - in this case I don't see labels at all.
Posted : 20/05/2021 2:24 pm
(@asti)
Posts: 8259
Illustrious Member Support
Translate
▼
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Show original
Translating...
@sparrow123,
Use this hook code:
add_filter("wpdiscuz_author_title", function ($label, $comment) {
global $post;
if ($comment->user_id == $post->post_author) {
$label = __("Administrator", "wpdiscuz");
}
return $label;
}, 10, 2);
Put the code in the active theme functions.php file. This article should be helpful for you: https://themaverickspirit.com/add-code-snippets-functions-php-wordpress/
The red marked value can be changed if it's necessary.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
Posted : 20/05/2021 2:34 pm
Super Globals
Options and Features