I want to remove/hide the (by author) from all post on my website. The name shows up in two locations. One is at a masonry blog layout page, and the other inside each blog post, itself.
Please could you provide me with the required information in achieving this.
That worked great. One last question, in any post, at the very bottom, there is a \"Related Posts\" Field, and there the Author name is still visible, where and what do i need to change to make the author name non Visible.
I want to remove/hide the (by author) from all post on my website. The name shows up in two locations. One is at a masonry blog layout page, and the other inside each blog post, itself.
Please could you provide me with the required information in achieving this.
Thank you.
Hello,
If you want to do this you will have to go modify the ajax-handlers.php ( line 1893 ) and single-default.php ( line 402 )
Remove by :
<?php echo __(\'By\',\'thefoxwp\') ?> <?php the_author_posts_link(); ?> |
This should do the trick.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
That worked great. One last question, in any post, at the very bottom, there is a \"Related Posts\" Field, and there the Author name is still visible, where and what do i need to change to make the author name non Visible.
Many thank once again.
Hello,
Then please edit the single-default.php and remove the part on the line 541
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme