Skip to content

Post Edit List Columns #508

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: production
Choose a base branch
from
Open

Conversation

scottnelle
Copy link
Contributor

@scottnelle scottnelle commented Jul 24, 2025

This PR makes the following changes:

  • Adds a new Post List UI column "Authors" to any post types which support Byline Manager, listing the byline Profiles for each post and linking each profile name to a list of that profile's posts.
    ** Adds a filter to disable this new behavior, in case your project already has an implementation that you already like. You can use add_filter( 'byline_manager_modify_post_edit_columns', '__return_false' ); to bypass the new behavior.
  • If the authors column is present, that column is re-labeled "Created By" to distinguish that it is the WordPress user who entered the content in the CMS, not necessarily the Author(s) of the post.
    ** By default Byline Manager disables author support altogether for any post type which supports Byline Manager, but that behavior is filterable and so it is worth supporting this override behavior.
  • Increments the plugin version and updates the Tested version of WordPress in the root plugin file.

Note that if your project already includes a custom implementation to

Big props to @dlh01 on this one. It borrows heavily from his work across many projects over the years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant