Skip to content

Instantly share code, notes, and snippets.

View volodymyrpekh's full-sized avatar

Vlad Pekh volodymyrpekh

View GitHub Profile
@volodymyrpekh
volodymyrpekh / content-aso.php
Created January 11, 2017 05:29 — forked from rali14/content-aso.php
Enable Shortcodes on As Seen On Section Listify
<?php
/**
* The template for displaying the call to action
*/
$title = listify_theme_mod( 'as-seen-on-title' );
$logos = listify_theme_mod( 'as-seen-on-logos' );
if ( '' == $logos ) {
return;
}
?>
@rali14
rali14 / content-aso.php
Created January 12, 2016 11:18
Enable Shortcodes on As Seen On Section Listify
<?php
/**
* The template for displaying the call to action
*/
$title = listify_theme_mod( 'as-seen-on-title' );
$logos = listify_theme_mod( 'as-seen-on-logos' );
if ( '' == $logos ) {
return;
}
?>
@rali14
rali14 / footer.php
Last active January 11, 2017 05:49
Hide CTA for logged in users