Skip to content

Instantly share code, notes, and snippets.

@joshlevinson
joshlevinson / httpd-vhosts.conf
Last active August 3, 2019 01:54
My xampp config
# xampp/apache/conf/extra/httpd-vhosts.conf
# You can replace the contents or append this
NameVirtualHost *:80
UseCanonicalName Off
#
# My {sites-directory} is C:\xampp\htdocs\domains\ (full path)
# In the domains dir, I create a new dir for a new site
@joshlevinson
joshlevinson / gist:d92b0a3d2c63ecd62d85
Created October 4, 2014 03:10
Roots Sidebar Display
<?php
/*
* Allows manual override on a per page/post basis
* for the display of the Roots Sidebar
*
* Allows for filtering the post types that show the metabox
*
*/
<?php
/**
* Shortcode to go along with my Option Tree
* helper functions. See those here:
* https://gist.github.com/2627998
*
* <samp>[theme_option name="home_text"]</samp>
*
* @param array Array of attributes passed from the shortcode.
* @return string|null