Skip to content

Instantly share code, notes, and snippets.

View Firestorm-Graphics's full-sized avatar

Firestorm Graphics Firestorm-Graphics

View GitHub Profile
@Firestorm-Graphics
Firestorm-Graphics / wp-alchemy-group-radio
Created February 26, 2012 10:07
group-radio-wp-alchemy
// from sidebar-meta.php
<?php $sidebar_mb = array(
'default.css',
'2c-l-fixed.css',
'2c-r-fixed.css',
'1col-fixed.css'
);
?>
@Firestorm-Graphics
Firestorm-Graphics / layout-group-radio
Created February 26, 2012 10:04
layout radio function
// This sets up the layouts and styles selected from the devins options panel (old version)
if (!function_exists('genevai7framework_wp_head')) {
function genevai7framework_wp_head() {
global $data;
// Layouts
$layout = $data['layout'];