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 | |
/** | |
* Register setting and control with the Customizer. | |
*/ | |
function dynamic_customizer_register( $wp_customize ) { | |
// Add setting. | |
$wp_customize->add_setting( | |
'dynamic_widget_areas', |
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 | |
/** | |
* Template Name: Page Builder | |
* | |
* This file adds the page builder template to the Genesis Starter theme. | |
* It removes everything in between the header and footer leaving | |
* a blank template that is compatibale with page builder plugins. | |
* | |
* @package GenesisStarter | |
* @link https://seothemes.net/genesis-starter |
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
chown -Rf www-data:www-data /var/www/example.com/htdocs/wp-content |
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
cat _*.scss > merged.scss |
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
<div class="one-third first"> | |
<a href="#"><i class="icon-map-pin"></i> 123 Fourth Street, Los Angeles CA</a> | |
<a href="#"><i class="icon-phone"></i> 1300 123 456</a> | |
<a href="#"><i class="icon-envelope"></i> [email protected]</a> <p>Next steps proximity strategic partners traction. In the queue pivot next steps value-add next level. Pipeline organic hackathon.</p> | |
<a href="#"><i class="icon-facebook"></i></a> | |
<a href="#"><i class="icon-twitter"></i></a> | |
<a href="#"><i class="icon-dribbble"></i></a> | |
</div> | |
<div class="two-thirds"> [ninja_form id=1] </div> |
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
<h3>Two Columns</h3> | |
<p> </p> | |
<div class="pricing-table"> | |
<div class="one-half first"> | |
<strong>Price</strong> | |
<span>A short description</span> | |
<small>$</small><big>99.00</big> | |
<p></p> | |
<ul> | |
<li>First feature</li> |
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 | |
/** | |
* Template Name: Narrow Content | |
* | |
* This file adds the narrow content page template to the Studio Pro Theme. | |
* | |
* @package Studio Pro | |
* @author SeoThemes | |
* @license GPL-2.0+ | |
* @link https://seothemes.com/themes/studio-pro |