Skip to content

Instantly share code, notes, and snippets.

@cobaltapps
cobaltapps / custom_extender_pro_not_labeled.php
Created August 30, 2018 23:38
A custom version of the extender_pro_has_label function that checks if pages/posts have any labels assigned to them.
function custom_extender_pro_not_labeled() {
if ( is_singular() && get_post_meta( get_the_ID(), '_extender_pro_' . extender_pro_sanitize_string( extender_pro_active_theme_name(), true ) . '_labels', true ) == '' )
return true;
else
return false;
}
@cobaltapps
cobaltapps / dynamik-impact-skin-demo-setup.php
Created August 19, 2018 22:13
Demo Setup Instructions and Content for the Dynamik Impact Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik Impact Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu".
== BEGIN Widget Area Info ==
@cobaltapps
cobaltapps / dynamik-parallax-skin-demo-setup.php
Created August 17, 2018 20:18
Demo Setup Instructions and Content for the Dynamik Parallax Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik Parallax Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu" as well as the Genesis "Header Right" Widget Area as stated below.
== BEGIN Widget Area Info ==
@cobaltapps
cobaltapps / dynamik-nonprofit-skin-demo-setup.php
Created August 15, 2018 23:23
Demo Setup Instructions and Content for the Dynamik NonProfit Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik NonProfit Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu" as well as the Genesis "Header Right" Widget Area as stated below.
== BEGIN Widget Area Info ==
@cobaltapps
cobaltapps / dynamik-themeshop-skin-demo-setup.php
Created August 13, 2018 15:53
Demo Setup Instructions and Content for the Dynamik ThemeShop Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik ThemeShop Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu" as well as the "Secondary Navigation Menu".
== BEGIN Widget Area Info ==
@cobaltapps
cobaltapps / dynamik-realestate-skin-demo-setup.php
Created July 27, 2018 19:44
Demo Setup Instructions and Content for the Dynamik RealEstate Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik RealEstate Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu" as well as the Genesis "Header Right" Widget Area as stated below.
== BEGIN Widget Area Info ==
@cobaltapps
cobaltapps / dynamik-vitality-skin-demo-setup.php
Last active March 7, 2019 01:58
Demo Setup Instructions and Content for the Dynamik Vitality Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik Vitality Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu".
== BEGIN Widget Area Info ==
@cobaltapps
cobaltapps / dynamik-promote-skin-demo-setup.php
Last active March 7, 2019 01:59
Demo Setup Instructions and Content for the Dynamik Promote Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik Promote Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu" as well as the Genesis "Header Right" Widget Area as stated below.
== BEGIN Widget Area Info ==
@cobaltapps
cobaltapps / dynamik-commerce-skin-demo-setup.php
Last active March 7, 2019 01:59
Demo Setup Instructions and Content for the Dynamik Commerce Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik Commerce Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu" as well as the "Secondary Navigation Menu".
== BEGIN Widget Area Info ==
@cobaltapps
cobaltapps / dynamik-journal-skin-demo-setup.php
Last active March 7, 2019 02:00
Demo Setup Instructions and Content for the Dynamik Journal Skin.
<?php
/**
* Below you will find all of the custom content used to
* create the demo site for the Dynamik Journal Skin.
*/
?>
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu" as well as the Genesis "Header Right" Widget Area as stated below.
== BEGIN Widget Area Info ==