This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
* | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 |
NewerOlder