WordPress / pattern-directory

The WordPress Block Pattern Directory
https://wordpress.org/patterns/
GNU General Public License v2.0
125 stars 35 forks source link

Block theme: Link pattern author name to archive #671

Closed ndiego closed 7 months ago

ndiego commented 7 months ago

In the new block theme, it's a bit hard to find all patterns created by a certain author. One improvement would be to link the author's name in the heading of the single pattern template. The author's name in the "More from this designer" section is already linked and looks exactly the same as the name in the header.

image
ndiego commented 7 months ago

cc @ryelle

ryelle commented 7 months ago

That was intentional, to avoid duplicate links on the page. Plus, the top "author name" always shows up, while the second does not if the user has no patterns (so it's not linked, because the viewer is already on the only pattern they have).

See discussion on https://github.com/WordPress/pattern-directory/issues/670

ndiego commented 7 months ago

Hmm, I see now. It just feels weird to me that both look exactly the same, but one is a link, and the other is not. Thoughts @jasmussen?

ryelle commented 7 months ago

That's one reason to keep underlining links šŸ˜

But seriously, @jasmussen did suggest that we could remove it from the "More fromā€¦" line if necessary, so we could do that and switch the top "author name" to be a link.

ndiego commented 7 months ago

But seriously, @jasmussen did suggest that we could remove it from the "More fromā€¦" line if necessary, so we could do that and switch the top "author name" to be a link.

I think this would work well.

jasmussen commented 7 months ago

That seems the simplest thing to try.