Rapid Building in WordPress

A campy, meme-ified, high-speed exploration focused on building all kinds of interactive web content with (rather than for) faculty and doing it FAST. Ed tech on speed. Ed tech at speed. Turn ideas into functioning sites in an hour or less. The presenter will go heavy on WordPress and explore flexible and reusable design patterns, […]

Read More… from Rapid Building in WordPress

Panopto API meets WordPress

Imagine you have some longer training videos but it’d be useful to provide discrete chunks. You might also want to provide some additional contextual information for particular video portions. Well, we wanted to be able to do that.1 This example uses the Panopto embed API and the Advanced Custom Fields repeater field to make this […]

Read More… from Panopto API meets WordPress

jQuery & the WordPress Rest API – 1st Image as Background

Ordinarily it’s pretty easy to get the featured image from the WordPress API. You just have to remember to add the _embed element like so https://bionicteaching.com/wp-json/wp/v2/posts?_embed But maybe there’s some reason you don’t want to set the featured image but want to get the first image from the body of the post. This chunk of […]

Read More… from jQuery & the WordPress Rest API – 1st Image as Background

Vue and the WordPress REST API

I’ve continued to play around with using Vue and WordPress’s API. The Vue stuff is entirely new to me but it’s pushing my javascript knowledge. The main reason I’m excited about the WordPress/Vue (or whatever framework) combinations is simply speed. If you have any doubts give the pagination at the bottom of this demo site […]

Read More… from Vue and the WordPress REST API

WordPress and ACF as an HTML generator for Canvas Catalog

I’ve written before about trying to figure out some decent ways to customize Canvas Catalog. It’s not a straightforward path. I put together a mix of HTML and CSS on top of the basic bootstrap stuff that Catalog comes with. Unfortunately, that meant I was a choke point in creating new course listings. While we’re […]

Read More… from WordPress and ACF as an HTML generator for Canvas Catalog

WordPress Data Attribute Pattern

Recently, I’ve had to push things back and forth between PHP and javascript but it seemed simpler at the time to use data attributes rather than doing it purely in javascript. It’s likely that I am wrong and stupid and I should have done it all in javascript but I’ll document it anyway. I never […]

Read More… from WordPress Data Attribute Pattern

Getting Relevanssi Search Working in WordPress Multisite

We shifted the DLINQ site to multisite a while back. It’s no obvious change for anyone viewing but it enables us to spin up different sites without the hassle of jumping between sites or installing the same plugins/themes in so many places. Clearly not rocket science but little things like that build up over time, […]

Read More… from Getting Relevanssi Search Working in WordPress Multisite

Gravity Forms, Open Street Map API, and Leaflet JS

I’m sketching this one out because it’s a fun mix of things. I’m going to use Gravity Forms to accept submissions, the Open Street Map API will convert the address into latitude/longitude, and then we’ll display the data on a Leaflet JS map. I could have done it all in Google but I was irritated […]

Read More… from Gravity Forms, Open Street Map API, and Leaflet JS