View favepersonal-smaller-link-titles.css
/* Slightly smaller titles for link posts */ | |
article.format-link .entry-header { | |
min-height: 20px; | |
} | |
article.format-link .entry-header .entry-title { | |
font-size: 20px; | |
line-height: 20px; | |
} | |
article.format-link .entry-header .entry-date { | |
line-height: 16px; |
View akorg-open-graph.php
<?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/ | |
*/ |
View deploy.sh
#! /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` |
View functions.php
<?php | |
if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); } | |
// ADD YOUR CODE HERE |
View 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 | |
*/ |