Archived topic
How to hide author info when view source of pages?
1 reply · Started by William Kao on April 6, 2015
Hi there,
When I view source I could see my author info in all pages.
example
<a class="url fn n" href="http://aaax.com/author/xxx/" title="View all posts by xxx" rel="author" itemprop="url"><span class="author-name" itemprop="name">xxx</span></a>
How can I remove this from my pages, thanks a lot.
Hi there,
This function should do that for you: https://gist.github.com/generatepress/e1271b65688e8072a753
You can either add it into your child theme's functions.php file, or you can use a plugin like this: https://wordpress.org/plugins/code-snippets/
Let me know how it works out :)