How to hide “Posts by” and author name from Source Code
-
Hi,
I would like to have the following information that only appears in the source code of every PAGE (not POST) hidden. I have tried different settings of the plugin and tried the following CSS in both the plugin and theme CSS but nothing is working
.fn{ display:none!important; }
I’m not sure what to try.
Here is the bit of code I would like to not be visible in the source code.
<span class="vcard rich-snippet-hidden"> <span class="fn"> <a href="https://myurl/author/MyAuthorName/" title="Posts by MyAuthorName" rel="author">MyAuthorName</a> </span> </span>
- The topic ‘How to hide “Posts by” and author name from Source Code’ is closed to new replies.