Wordpress

How To Change Aurthor Name on frontend in wordpress

27 July 2021

We can change the author name to site name on the frontend of the site.

Paste below code to your theme functions.php

! is_admin() && add_filter( 'the_author', 
    function( $author )
    {
        return get_bloginfo( 'name' ); 
    }
);

Thanks for visting and comment below if it is useful for You!!!!

Leave a Reply

Your email address will not be published. Required fields are marked *

19 + four =

Author

Hello, I'm
Rajat Meshram

I am a WordPress Developer having 5+ years of Experience. My professional experience includes designing and implementing web pages, user interfaces and plugins for WordPress, helping clients to troubleshoot and fix their WordPress products, designing themes that are as functional as they are beautiful and working with a team of colleagues to create the best products possible.

Latest Post

Latest Tags