Marty Helmick

Results 15 comments of Marty Helmick

@azirer What were the errors stating about the meta? The schema.org [webpage for `ItemList`](https://schema.org/ItemList) uses meta tags in nearly the exact same way(third example down). Since `BreadcrumbList` is a kind...

This should be good with https://github.com/m-e-h/theme-claim/commit/5dc43e39d4864c50d29510210ca34ca2695c26f4. :tada: Keep me posted if it's not. Also, probably gonna need to update the `package.json` dep to 0.2.0

This was corrected in my most recent commit.

Thats correct, a hierarchical drop-down. My specific use case is a cpt which relies on the parent child hierarchy, which I could use the page attributes metabox, but I was...

OK, I wasn't thinking it had to be one or the other. I understand now.

Thanks for the example! I was needing this exact thing. I was also thinking control of the wrapper class would be nice. Maybe define a utility css class or two...

The current media control seems to be for images only. A file upload or general upload would be nice. Also thinking a multiple image or gallery control would be cool....

Didn't think about the UI. That could get ugly with a lot of images. A preview would be nice though.. Simplest thing would be to decide on a reasonable `max-height`...

Stumbled upon this the other day https://make.xwp.co/2016/08/12/image-gallery-control-for-the-customizer/ Haven't tried that control yet but thought it may be a relevant reference for a Butterbean gallery control.

Not sure that I'm fully following but would this discussion be more fitting on this repo https://github.com/justintadlock/cpt-generator Or even here https://github.com/johnbillion/extended-cpts which is what I use for quick CPTs.