In WordPress Multisite there are some scenarios where a site with a custom domain can get lost. There is the central place in network admin where you can assign custom domains but you can also do it at the site level. If it’s done at the site level, it’s possible for that site to become […]
Category: WordPress
Parallel Practice: Gravity Forms Pattern
Round of the parallel practice tool was done in Google Forms/Sheets. Things went pretty well and an internal award was given to help take the project to the next level. I did a bit of early sketching with the form a little while ago. This week, I’ve been working on it more diligently and I […]
Adding Gravity Form Merge Field Modifiers
Gravity Forms does all kinds of nice things with merge fields. These mail-merge-like chunks make it really easy to create content, send custom messages, or redirect people using the data submitted via forms. When your plain data doesn’t do what you need, there are a number of useful built in modifiers. I’ve mainly used the […]
Gravity Forms to Events Calendar Pro
I did some work making Gravity Forms create Events Calendar events back in 2017. Things have gotten easier with the Gravity Forms Advanced Post Creation plugin. I used this on the Anti-Racism site and forgot to document it. First set up your form so it gets you the data you need. You’ll need something like […]
Changing the Order of Fields on Gravity Forms Mobile View
This is one of those odd needs that maybe no one will ever have but I think it’s worth documenting because you can do it. Seeing possibilities helps change how you think. While this scenario might be unique, you might have a different odd need that’s close enough that this inspires some different thoughts around […]
Read More… from Changing the Order of Fields on Gravity Forms Mobile View
Customizing Your Gravity Forms to Slack Message
Gravity Forms has a great Slack addon that lets you push content from form submissions into Slack. I like it because you can centralize conversations in Slack while guiding submissions from people outside your organization. I’ve used it mainly for support requests. Slack is an easy place to discuss the submission (doing this via email […]
Read More… from Customizing Your Gravity Forms to Slack Message
Change WordPress slug on title change
I’m trying to post smaller pieces of code as they come up to better document things for myself and maybe it’ll end up helpful for others. So these things aren’t terribly exciting and may, in fact, be boring. The Context I set up a custom post type named “Cards” and another custom post type named […]
Add an RSS Feed to Feed WordPress through Gravity Forms
Jim asked about a way to add feeds to Feed WordPress via Gravity Forms. I remember Martha did it for the OG version of DS106 but I couldn’t find the code. That led to me going through Alan’s Feed WordPress 101 and some nostalgia. Alas. After shaking off my longing for yesteryear, I figured I’d […]
Read More… from Add an RSS Feed to Feed WordPress through Gravity Forms
Is it the right RSS feed?
RSS lives and the topic has come up a few times recently. It got me thinking and reading stuff I haven’t looked at in a long time. Alan’s Feed WordPress 101 is still gold and reminded me of all kinds of things I had forgotten. Back in the glory days of RSS and the Mother […]
Omeka REST API Experiment
In the Domain of One’s Own workshop yesterday, Ed Beck‘s work around integrating Omeka and WordPress came up. It led me to check out the Omeka S API. I made a functional example in CodePen and a couple of things came up that might be of interest. First, why do something like this? You have […]