*/ global $post; $section12_title = stripslashes( get_theme_mod( 'canuck_section12_title', '' ) ); $section12_text = stripslashes( get_theme_mod( 'canuck_section12_text', '' ) ); $section12_portfolio_category = get_theme_mod( 'canuck_section12_portfolio_category', '' ); $section12_portfolio_columns = get_theme_mod( 'canuck_section12_portfolio_columns', '3' ); $sec12_bg_image = get_theme_mod( 'canuck_section12_background_image', '' ); $sec12_use_parallax = get_theme_mod( 'canuck_section12_use_parallax', false ); $include_pinterest_pinit = get_theme_mod( 'canuck_include_pinit' ) ? true : false; $category_id = get_cat_ID( $section12_portfolio_category ); $args = array( 'category' => $category_id, 'numberposts' => 20, ); $custom_posts = get_posts( $args ); if ( '' !== $sec12_bg_image && false !== $sec12_use_parallax ) { ?>