indieweb / indieweb/wordpress-uf2
wrong rendering for span p-author
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 24
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
After activating the last version (1.1.0) of your plugin on WordPress 4.9.8 with [understrap theme](https://github.com/understrap/understrap)
my meta entry become : ` Posted on September 12, 2018 by `
instead of : ` Posted on September 12, 2018 by Author`
for fun I look into the code and I think the error is [here](https://github.com/indieweb/wordpress-uf2/blob/66fef5f6236cc52446f5fe9fd8b70eae471842fb/includes/genesis.php#L71)
but since I'm totally not a PHP developer I'll pass on the potential PR
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in includes/genesis.php around line 71, which the issue identifies as the likely source of the markup. Reproduce the WordPress 4.9.8 case with the Understrap theme and compare the generated meta entry with the expected text, confirming that the author renders without the unwanted span tags.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, wordpress
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100