How to Remove the Genesis Author Box in Single Posts?

Genesis Framework : In this tutorial, you’ll learn how to Remove the Genesis Author Box in Single Posts. The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you’re a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go. In Genesis powered websites you’ve to modify the child theme which is running on.

These code snippets will help you to remove the Genesis Author Box on single posts with the Genesis Framework.

Unless otherwise indicated, the code snippets you see below should be placed into your theme’s functions.php file.

Remove the Genesis Author Box in Single Posts


Below is the code to remove the Genesis Author Box on Single Posts:

//* Do NOT include the opening php tag
//* Remove the author box on single posts
remove_action( 'genesis_after_entry', 'genesis_do_author_box_single', 8 );

Final Words

I strongly recommended to take backup core files before customizing any Genesis Child Theme. Hope the above Genesis Tutorial was helpful and valued for you. Please don’t forget to share this with social friends and write a comment below if you need any assistance in customizing the look of your WordPress websites.