Profile avatar
ronh.link
WordPress plugin shop. Quality WordPress plugins and tutorials.
13 posts 44 followers 23 following
Regular Contributor

This quick teaser demonstrates how to use my Photo Block for WordPress. youtu.be/zthBuJaQPtQ?... Photo Block is completely free on .org. wordpress.org/plugins/phot...

One of my WordPress plugin tutorials came in handy today. I forgot how to make plugins have a dependency on another, as is the case if developing a plugin add-on. Super simple now that I read it again. dlxplugins.com/tutorials/ho...

Hey #WordPress block developers... Have you ever needed a media upload component added to your blocks? I show you two ways to do this using the block editor: dlxplugins.com/tutorials/ho...

What do you recommend for taming an unruly WordPress admin?

I've become a fan of Todoist for task organization, and I began tinkering with the idea of building an integration for @gravityforms.com and #WordPress. The feed creation screen isn't nearly done but shows what's possible. I plan on refining this more to accommodate advanced use cases.

I’m trying to get early feedback on a free block I released for #WordPress called Photo Block. It has significantly sped up the amount of time I spent adding article images with the block editor. Perhaps you’ll have a similar experience. It’s free on .org. dlxplugins.com/plugins/phot...

In this new tutorial, I go over how to create a fairly complicated block from scratch. The example block is a Gravatar image block, which demonstrates how to set up the block structure, perform data requests, and how to set up toolbar options. You'll learn a lot! dlxplugins.com/tutorials/ho...

Highlight and Share 5.0 has been released and comes packed with new features. 1. Enable image sharing for all post images. 2. Use a comprehensive Click to Share shortcode. 3. Enable text selection in the comment section. Please read the full announcement: dlxplugins.com/announcement...

In this comprehensive tutorial, I go over how InnerBlocks work in the context of the block editor. If you’re a block dev, please share and read.

In this tutorial I go over the new WordPress development mode and other debug constants. #WordPress