Skip to content

Instantly share code, notes, and snippets.

@NateWr
NateWr / socicons.css
Created February 17, 2014 17:41
Social media navigation menus in WordPress with Socicons
/**
* Turn links in a WordPress menu into icons linked to social profiles
*
* This file implements the social menu icons technique by Justin Tadlock for
* the Socicon font, which supports a very large number of social network sites.
*
* Learn how to set up a social menu from Justin here:
*
* http://justintadlock.com/archives/2013/08/07/social-media-nav-menus
*
@NateWr
NateWr / imager-for-wp.php
Created March 12, 2014 01:07
Integrate Imager.js with WordPress
<?php
/**
* Integrate Imager.js with WordPress
*
* Imager.js is BBC's solution for serving responsive and retina images, without
* the double payload issues that affect other solutions. For more information:
*
* https://github.com/BBC-News/Imager.js/
*
* This collection of functions modifies the output of WordPress's
@NateWr
NateWr / required-phone-for-rtb.php
Last active January 23, 2019 08:56
Require phone number for Restaurant Reservations
<?php
/**
* Plugin Name: Required Phone Number addon for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Modify the Restaurant Reservations plugin to require the phone number.
* Version: 1.0
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / message-tag-for-rtb.php
Last active August 29, 2015 14:02
Message Template Tag addon for Restaurant Reservations
<?php
/**
* Restaurant Reservations now supports message tags in notifications by default. This was added in version 1.2
*/
@NateWr
NateWr / edd-retro-license-emails.php
Created July 23, 2014 21:36
Send an email with the license key to customers when retroactively generating licenses with Easy Digital Download's Software Licensing.
<?php
/**
* Plugin Name: Retroactive License Emails for EDD Software Licensing
* Plugin URI: http://themeofthecrop.com
* Description: Send an email with the license key to customers when retroactively generating licenses with Easy Digital Download's Software Licensing.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / adwords-tracking-for-rtb.php
Last active June 3, 2019 07:42
Output Google Adwords tracking code when a booking request is made.
<?php
/**
* Plugin Name: Google Adwords Tracking for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Insert a Google Adwords Campaign conversion tracking snippet when a new booking request has been made.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / cclt-start-carousel.php
Created August 7, 2014 08:33
Start CafeCultura carousel automatically
@NateWr
NateWr / custom-legend-for-rtb.php
Last active January 23, 2019 08:54
Customize the "Book a Form" text in Restaurant Reservations
<?php
/**
* Plugin Name: Custom Legend for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Change the legend text of the booking form to Request an Appointment
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / email-template-tag-for-rtb.php
Last active January 23, 2019 08:53
Add a template tag for the email of the person who submitted the booking request.
<?php
/**
* Plugin Name: Email Template Tag for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Add a template tag for the email of the person who submitted the booking request.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / modified-party-for-rtb.php
Last active January 23, 2019 08:54
modified-party-for-rtb.php
<?php
/**
* Plugin Name: Modified Party Field Title for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Change the title of the Party field to Number in your group for the booking form.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html