Skip to content

Instantly share code, notes, and snippets.

View billrobbins's full-sized avatar

Bill Robbins billrobbins

View GitHub Profile
@billrobbins
billrobbins / 404.php
Created March 13, 2012 00:14
404 For Bottega
<?php get_header(); ?>
<div id="page" class="clearfix">
<div id="content" class="page-left clearfix">
<h1><?php _e('Not Found', 'organizedthemes'); ?></h1>
<p><?php _e('We could not find the page you were looking for. You may be able to find it in the archives below', 'organizedthemes'); ?></p>
<h4><?php _e('Pages', 'organizedthemes'); ?></h4>
<ul>
<?php wp_list_pages('depth=1&sort_column=menu_order&title_li=' ); ?>
@billrobbins
billrobbins / pinterest.html
Created March 14, 2012 02:57
Add Pinterest
<a href="http://www.pinterest.com"><img src="http://yoursite.com/pinterest.png" /></a>
@billrobbins
billrobbins / conect-with-us.php
Created March 15, 2012 15:17
Connect With Us
<?php _e('Connect With Us', 'organizedthemes'); ?>
@billrobbins
billrobbins / bottega-border.css
Created March 20, 2012 20:31
Bottega Border CSS
/*
Theme Name: Bottega
Description: A great theme for your restaurant.
Author: Organized Themes
Author URI: http://www.organizedthemes.com
Theme URI: http://www.organizedthemes.com/bottega
Version: 2.0.1
Tags: Restaurant, Control Panel, Custom Post Types, Custom Widgets
License: GNU General Public License
License URI: http://www.opensource.org
@billrobbins
billrobbins / clear.html
Created March 26, 2012 14:42
All Clear
<div class="clear"></div>
@billrobbins
billrobbins / modified-progress.css
Created March 26, 2012 21:51
Modified Progress CSS
/*
Theme Name: Progress
Theme URI: http://www.organizedthemes.com/progress
Description: A responsive and elegant WordPress theme
Author: Organized Themes
Author URI: http://www.organizedthemes.com
Version: 1.0.6
License: GNU General Public License
License URI: license.txt
*/
@billrobbins
billrobbins / nav-bar-nav-menu.php
Created March 27, 2012 19:49
Navbar Nav Menu
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'menu nav-bar' ) ); ?>
<script type="text/javascript">
var $j = jQuery.noConflict();
// home page slider
$j(window).load(function() {
$j('#slider').nivoSlider({
effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
slices:1,
animSpeed:500, //Slide transition speed
@billrobbins
billrobbins / revised-authentic.css
Created March 30, 2012 23:01
Revised Authentic CSS
/*
Theme Name: Authentic Theme
Theme URI: http://www.organizedthemes.com/authentic-theme
Description: An upgrade for your church website
Version: 1.0.5
Author: Organized Themes
Author URI: http://www.organizedthemes.com
Tags: Custom CSS
License: GNU General Public License
@billrobbins
billrobbins / style.css
Created March 31, 2012 01:54
Authentic CSS For Flames Of Revival
/*
Theme Name: Authentic Theme
Theme URI: http://www.organizedthemes.com/authentic-theme
Description: An upgrade for your church website
Version: 1.0.5
Author: Organized Themes
Author URI: http://www.organizedthemes.com
Tags: Custom CSS
License: GNU General Public License