Code

Repeating Events – WordPress Plugin

This WordPress events plugin allows for repeating events to be created. It current displays an events widget which shows the event title, excerpt, and link. A full responsive calendar view is currently in production, but ... Read More

SoundCloud playlist API – staticmotor.com

This code gets a SoundCloud playlist entered as a custom field by the site administrator, makes a cURL request to SoundClouds, returns track objects from the playlist, which are then parsed for their metadata, and added ... Read More

Program Navigation – mountida.edu

This code builds out the featured program navigation for the mountida.edu home page. The WordPress query takes taxonomy and meta field values to pull programs that have been designated as featured. The programs returned from ... Read More

Page Template – paam.org

This default page template example shows a loop through the WordPress query and collecting the page data and the data for the different content modules that can be assigned to the page. This data is then ... Read More

Get Excerpt by ID

This WordPress function gets a post excerpt by passing it an ID. It automatically displays a link at the end of the excerpt to the post with the default text 'Read More'. This can be ... Read More