<?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>
									Admin account names now link to profile after update, how to disable? - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/admin-account-names-now-link-to-profile-after-update-how-to-disable/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 12 Mar 2026 10:07:56 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Admin account names now link to profile after update, how to disable?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/admin-account-names-now-link-to-profile-after-update-how-to-disable/#post-44598</link>
                        <pubDate>Tue, 04 Aug 2020 09:23:42 +0000</pubDate>
                        <description><![CDATA[Hi @gunarcom,
There are two following options to do that.
1. You can use the following CSS code:
.wpf-author-name &gt; a{   color: currentColor !important;   cursor: not-allowed !importan...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@gunarcom,</span></p>
<p>There are two following options to do that.</p>
<p>1. You can use the following CSS code:</p>
<pre>.wpf-author-name &gt; a{<br />   color: currentColor !important;<br />   cursor: not-allowed !important;<br />   text-decoration: none !important;<br />   pointer-events: none !important;<br />}</pre>
<p>The CSS code should be added in the Dashboard &gt; Forums &gt; Settings &gt; Styles &gt; admin page, "Custom CSS Code" textarea. </p>
<p>2. or you can use the following JS code:</p>
<pre>jQuery('.wpf-author-name &gt; a').removeAttr('href');</pre>
<p>The js code you should add in your active them's js files.</p>
<p>Here is the instruction on how to add a js file or js code in the active theme:</p>
<p><a href="https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/" rel="nofollow">https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/</a></p>
<p>In any case, please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS/JS files. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/admin-account-names-now-link-to-profile-after-update-how-to-disable/#post-44598</guid>
                    </item>
				                    <item>
                        <title>Admin account names now link to profile after update, how to disable?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/admin-account-names-now-link-to-profile-after-update-how-to-disable/#post-44576</link>
                        <pubDate>Mon, 03 Aug 2020 19:43:43 +0000</pubDate>
                        <description><![CDATA[I do not use/want to have profile pages on my site. I had previously disabled names linking to profiles with a code snippet in my functions.php file- but now Admin account names link to prof...]]></description>
                        <content:encoded><![CDATA[<p>I do not use/want to have profile pages on my site. I had previously disabled names linking to profiles with a code snippet in my functions.php file- but now Admin account names link to profiles. </p>
<p>Is there a new code snippet to disable this? I cannot find any where in the options that would allow me to disable profiles completely. </p>
<p> </p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>gunarcom</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/admin-account-names-now-link-to-profile-after-update-how-to-disable/#post-44576</guid>
                    </item>
							        </channel>
        </rss>
		