Alex S
Alex S
This PR adds the Recent Posts Widget. This widget allows you to list recent posts for any category/tag/author, etc.
WordPress loads an avatar with quite small dimensions by default and that can result in the avatar looking pixelated. We need to increase the image size used to prevent this.
The flow would be something along these lines: - When the user tries to save the widget, or after a change (change event). (undecided) - We send the field value...
[Reported here](https://wordpress.org/support/topic/slider-causing-items-below-to-move-down/#post-17444169) Investigate to see if this something we can resolve, or if it has to be on their end.
This PR introduces the Button Grid widget which allows you to add a series of buttons using a single widget. It also features alignment settings to help with displaying them...
This PR will switch WB Color Form Fields to the [color input type](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color). This will allow for those fields to be more useable overall.