Skip to content

Instantly share code, notes, and snippets.

@alexkingorg
alexkingorg / style.css
Created March 20, 2012 17:32 — forked from ejdanderson/style.css
FavePersonal Child Theme style.css
/*
Theme Name: FavePersonal Child
Theme URI: http://example.com/
Description: Child theme for the FavePersonal Theme
Author: Your name here
Author URI: http://example.com/about/
Template: favepersonal
Version: 1.0
*/
@alexkingorg
alexkingorg / functions.php
Created March 20, 2012 17:37
FavePersonal Child Theme functions.php
<?php
if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
// ADD YOUR CODE HERE
@alexkingorg
alexkingorg / deploy.sh
Created August 16, 2012 13:12 — forked from dancameron/deploy.sh
Script to deploy from Github to WordPress.org Plugin Repository
#! /bin/bash
#
# Script to deploy from Github to WordPress.org Plugin Repository
#prompt for plugin slug
echo -e "Plugin Slug: \c"
read PLUGINSLUG
# main config, set off of plugin slug
CURRENTDIR=`pwd`
@alexkingorg
alexkingorg / akorg-open-graph.php
Last active October 12, 2015 02:18 — forked from mjangda/wpcom-open-graph.php
Add Open Graph tags to your WordPress site
<?php
/**
* Plugin Name: AK.org Strict Open Graph Tags
* Description: Add Open Graph tags so that Facebook (and any other service that supports them) can crawl the site better and we provide a better sharing experience
* Author: Automattic and Alex King
* License: GPLv2, baby!
*
* @link http://ogp.me/
* @link http://developers.facebook.com/docs/opengraph/
*/