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

Was This Tutorial Helpful?

Free

$0

Access only to all free tutorials per month.



Monthly

$75

Access to 10 premium tutorials per month.


Tutorial Request


Includes code guarantee and coding support.

Yearly

$500

Access to 15 premium tutorials per month.


Monthly Tutorial Request


Includes code guarantee and priority coding support.