Using ACF Options to set the WordPress homepage to anything I want

It’s weird what I don’t notice. In this case, I hadn’t noticed I couldn’t choose a custom post type as the homepage for WordPress. I could certainly make a page template or do some work arounds but I didn’t want to. There is an existing plugin out there called Front Type but I’m really trying […]

Read More… from Using ACF Options to set the WordPress homepage to anything I want

Send an Email on ACF Form Submission

The following code emails a particular person whenever an ACF Form is submitted. It’s a slight modification of the example at the bottom of this page. Since I’m dealing with three forms with different fields, I do some if statements to gather and append various fields if they exist. In this particular workflow, all these […]

Read More… from Send an Email on ACF Form Submission

Taming a River Theme

Origin Story Matt worked long hours making an incredible theme for Footprints on the James course.1 It’s in WordPress but a large portion of the site ended up being built by hand as complexity increased and time dwindled.2 That means it’s hard-coded HTML/PHP. Now because the site was so great, we ended up having a […]

Read More… from Taming a River Theme

ACF Repeater Field to Multiple Posts via Advanced Forms

Screenshot of the advanced form interface example.

Origin Story We have someone who wants to allow people to enter various numbers of items in a particular pattern. We want to keep this as easy as possible and they wanted to avoid having to repeatedly hit submit. First Pass – Gravity Forms Repeater Field I initially thought we could do this in Gravity […]

Read More… from ACF Repeater Field to Multiple Posts via Advanced Forms

Building an ACF-Based Grade Book Plugin in 30 Minutes or Less

An old drawing of an owl.

Origin Story Kathy asked me if I had any grade book plugins that they could use with a faculty development course. The goal was to show faculty where they were in the course. I knew I did not wish to use Learn Dash for any number of reasons– grade book module costs extra, grade book […]

Read More… from Building an ACF-Based Grade Book Plugin in 30 Minutes or Less

Starting to Think Through a Mapping Theme with ACF

Footprints leading to the horizon in the snow.

We’re working with Dr. Nicole Turner on a mapping site that will accompany her upcoming book. There’s a lot of specifics there which we’re considering while trying to walk the fine line where what we make is also something we’ll be able to use with other people down the road. We want to generalize but […]

Read More… from Starting to Think Through a Mapping Theme with ACF