Skip to content

Instantly share code, notes, and snippets.

View AbmSourav's full-sized avatar
💥
Growing

Keramot UL Islam AbmSourav

💥
Growing
View GitHub Profile
@AbmSourav
AbmSourav / content.php
Created May 30, 2018 08:08
password form is not showing
<?php
$alpha_title_text = 'card-title';
$alpha_content_text = 'card-text';
$alpha_meta_wrap = 'card-footer text-muted';
if ( !is_active_sidebar( 'sidebar-1' ) ) {
$alpha_title_text = 'text-center';
$alpha_content_text = 'text-center';
$alpha_meta_wrap = 'text-center';