Skip to content

Instantly share code, notes, and snippets.

@GreggFranklin
GreggFranklin / customizer.php
Last active August 29, 2015 14:20
File to create the reveal.js settings in the customizer
<?php
/**
* Adds the individual panel, sections, settings, and controls to the theme customizer
*
* // Setup Customizer For Presentation Settings - include requirein fucntions.php
* require_once( get_template_directory() . '/inc/customizer.php' );
*/
function wppresentor_customizer_register( $wp_customize ) {
/*
cd Desktop/photos/springbreak
ls
Arial, Helvetica, sans-serif
"Arial Black", Gadget, sans-serif Helvetica, sans-serif
"Comic Sans MS", cursive, sans-serif
Impact, Charcoal, sans-serif
"Lucida Sans Unicode", "Lucida Grande", sans-serif
Tahoma, Geneva, sans-serif
"Trebuchet MS", Helvetica, sans-serif
Verdana, Geneva, sans-serif
Georgia, serif
"Palatino Linotype", "Book Antiqua", Palatino, serif
<?php
/**
* Template Name: Questions Template
*
* @package kadence
*/
namespace Kadence;