I finally solved a WordPress problem that’s bugged me for the past few weeks! MITCNC has a number of pages under the /programs/ path that describes our various initiatives and lists the volunteers in charge of them. Many of these pages are custom templates with hard-coded content, and require a Git commit and deploy to update. We want to get back to doing updates in WordPress Admin so that any of our volunteers can make content changes. My solution to this problem is to implement a custom p...