Add or Remove Post Author Link On Per Post Basis

This code creates a small meta box in the right hand sidebar of every single post edit screen. The checkbox enables you to display or hide the post author link. The post author link is included in the default post info entry meta displayed in the entry header, below the entry title on single posts and archives.

Here’s the checkbox:

author-link

And here’s the author link the checkbox adds or removes from your entry header:

post-info

When unchecked, the post author link is removes by default however you can easily modify this part of the code:

remove-author

The code enables you to add or remove any of the shortcodes from the post info for the post author post link, post date, comments or any other shortcodes you add to the post info.

Code Installation

There’s 2 simple steps to install the code:

  1. Upload the author-link-checkbox.php file to your child themes root directory.
  2. Include the file by adding the following line of code to your child themes functions file:
include_once( get_stylesheet_directory() . '/author-link-checkbox.php' );

Here’s the file for logged in members:

Related Tutorials

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.