Skip to content

Issue-74: Add Gutenberg Block(s) to render Bylines for Full Site Editing #483

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

Draft
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

llflannery
Copy link

Summary

Fixes #74

This pull request introduces a new Gutenberg block for Full Site Editing that displays author data from Byline Manager instead of the standard WordPress authors. The block is intended to seamlessly integrate with block themes and be available in the same contexts as the core author block, such as in the post template and query loop blocks. This ensures it can be used on single pages and post listings while maintaining user-friendly customization options.

Changes Made

  • Created a Gutenberg block for displaying Byline Manager author data.
  • Ensured the block is available in the same contexts as the core author block (e.g., post template and query loop blocks).
  • Implemented support for setting attributes, allowing users to leverage options available in the Byline Manager's template tags.

Testing Instructions

  1. Add the new Byline Manager block to a post template or query loop block in a Full Site Editing theme.
  2. Verify that the block correctly displays author data from Byline Manager.
  3. Test customization options (e.g., attributes like "Author," "Show Avatar," "Avatar Size," "Show Bio," "Link Author Name to author page") to ensure they reflect Byline Manager data accurately.
  4. Confirm compatibility with single page and post listing contexts.

Additional Notes

@llflannery llflannery added Gutenberg enhancement New feature or request php Requires understanding PHP labels Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Gutenberg php Requires understanding PHP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Gutenberg Block(s) to render Bylines for Full Site Editing
1 participant