Skip to content

Instantly share code, notes, and snippets.

@aprakasa
Last active December 14, 2015 09:59
Show Gist options
  • Save aprakasa/5069221 to your computer and use it in GitHub Desktop.
Save aprakasa/5069221 to your computer and use it in GitHub Desktop.
Block Header
/* block header */
function before_block( $instance ) {
extract( $instance );
$column_class = $first ? 'aq-first' : '';
$template_title = sanitize_title_with_dashes( get_the_title( $template_id ) );
echo '<div id="aq-block-'.$template_title.'-'.$number.'" class="aq-block aq-block-'.$id_base.' aq_'.$size.' '.$column_class.' cf">';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment