Justin W Hall

Results 15 comments of Justin W Hall

To link images, you'd need to either change the code or loop over the slides. The above code isn't selecting individual slides. It's selecting all of them.

The error you are posting would indicate that the category post type does not exist or doesn't have a title or URI. What happens when you query the WordPress endpoint...

👋 @wondergryphon – Hard to say without seeing more of what is going on. One thing does stick out. I see your file path is that of MAMP. This repo...

I'm still trying to understand how this is all structured in terms of the filesystem. I would personally remove any client apps from the mamp server. They error you are...

Thanks @noahott! I'll take a peak on Monday. Much appreciated.

A PR would be awesome @noahott. I don't have _no_ plans to update this plugin but other priorities call for the time being.

Your author field is returning an int. Maybe a 0? Does one or more of your posts not have a user assigned as author? I'd remove : ``` author {...

I assume you are using Gutenberg as it sends _two_ requests to save a document, thus firing that webhook request twice. That action likely needs to be updated with new...

So, that's normal behavior. If so some reason you want to update a post, but not call the buildhook, simply uncheck the associated box. CPT are not supported at this...