Theme leaks username, even when nickname is set
-
Hi,
I have noticed that this theme is leaking my WordPress username in the page source, even where I have a nickname set in the profile. See
<a class="url fn n" href="https://www.xxxx.com/author/username/" title="View all posts by nickname">Nickname</a></span>
here, where username is my WordPress admin username:<header class="entry-header"> <h1 class="entry-title">xxxx xxxx xxxx</h1> <div class="entry-meta"> <span class="date"><a href="https://www.xxxx.com/xxxx-xxxx/" title="Permalink to xxxx xxxx xxxx" rel="bookmark"><time class="entry-date published" datetime="2015-07-06T08:37:49+00:00">July 6, 2015</time><time class="updated" datetime="2015-12-07T21:23:01+00:00">December 7, 2015</time></a></span><span class="author vcard"><a class="url fn n" href="https://www.xxxx.com/author/username/" title="View all posts by nickname">Nickname</a></span>
In the interests of credentials’ security, is there anything in the theme settings where this output can be disabled? Or a filter for
functions.php
to remove it?Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Theme leaks username, even when nickname is set’ is closed to new replies.