Jay Hoffmann

Results 11 comments of Jay Hoffmann

I've implemented this on a few different sites. The most straightforward way I know of doing this is to simply use a "votes" meta field, and add a AJAX handler...

That's great, no need to re-invent the wheel right?

Ok, I managed to get a working prototype of something basic up on the feature-voting branch. It can be invoked within a post using the function `show_voting();`. Though, I haven't...

@Kenshino @hlashbrooke I have pushed the latest to the feature-voting branch. Here's what it does: - Filters the comment template and adds a custom template from the plugin - Adds...

Would the goal be to take fields registered via the field API and dynamically generate JS for `registerBlockType`, sort of like what's done with the customizer?

I've been thinking about this a bit as Gutenberg starts entering its final stages. One of the things that you may want to do is create a separate, modular (most...

I'm actually getting this error no matter what my timezone is set to. Trying to figure this out.

Can't say I no much about this but I found some help on this post: http://wordpress.org/support/topic/error-unknown-or-bad-timezone. Before the error, none of the feeds were showing. If I add this starting...

Hey Dave! Thanks for doing this. I'd like to echo Matt, I'm fairly new to the world of HTML API's / Node, but would love to help. My fiancee is...