0?12/$columns:4; $posts_num = absint(alchem_option('section_8_posts_num',3)); $section_content = str_replace('\\\'','\'',$section_content); $section_content = str_replace('\\"','"',$section_content); $section_class = 'section magee-section alchem-home-section-8 alchem-home-style-2'; if( alchem_option('section_8_parallax') == '1' ) $section_class .= ' parallax-scrolling'; ?>

'; } $news_item .= '
'.$featured_image.'

'.get_the_title().'

'.alchem_get_summary().'
'; $m = $j+1; if( $m % $columns == 0 ){ $news_str .= '
'.$news_item.'
'; $news_item = ''; } $j++; endwhile; if( $news_item != '' ){ $news_str .= '
'.$news_item.'
'; } // Reset Query wp_reset_query(); echo $news_str; ?>