Skip to content

Instantly share code, notes, and snippets.

View anthonycole's full-sized avatar
🏠
Working from home

Anthony Cole anthonycole

🏠
Working from home
View GitHub Profile
@anthonycole
anthonycole / slider_custom_post_type.php
Created October 17, 2012 01:50 — forked from BronsonQuick/slider_custom_post_type.php
The backend for a Slider Custom Post Type which uses extra meta boxes and a wp_editor API for one of those boxes
<?php
/*
Plugin Name: Learning Seat Homepage Slider Custom Post Type
Plugin URI: http://www.sennza.com.au
Description: Custom Post Type to populate slider on the homepage
Version: 1.0
Author: Bronson Quick
Author URI: http://www.sennza.com.au
License: GPL2
*/
@anthonycole
anthonycole / acf-georss.php
Created September 3, 2012 07:18 — forked from anonymous/acf-georss.php
GeoRSS Support for the location extension of Advanced Custom Fields. Work in progress.
<?php
/*
Plugin Name: GeoRSS ACF Extension
Author: Anthony Cole
Author URI: http://anthonycole.me/
Description: Extends ACF Locations extension to allow plotting multiple locations on a map with GeoRSS
Version: 0.5
*/
class GeoRSS_Map {