$page_id ) ); if ( ! function_exists( 'wma_amplifier' ) ) { $sidebar['class_main'] = ' eight pane'; } /** * Actual output */ get_header(); ?>
$paged && $content ) ) { $content = $content->post_content; $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); if ( $content ) { echo '
'; wmhook_entry_top(); echo $content; wmhook_entry_bottom(); echo '
'; } } wmhook_entry_after(); //Blog posts list if ( function_exists( 'wma_amplifier' ) ) { $loop_type = ( is_page_template( 'home.php' ) && ! is_home() ) ? ( 'blog' ) : ( 'index' ); get_template_part( 'loop', $loop_type ); } else { get_template_part( 'loop', 'index' ); } ?>