*/ global $post; $section13_title = stripslashes( get_theme_mod( 'canuck_section13_title', '' ) ); $section13_text = stripslashes( get_theme_mod( 'canuck_section13_text', '' ) ); $section13_portfolio_category = get_theme_mod( 'canuck_section13_portfolio_category', '' ); $section13_portfolio_columns = get_theme_mod( 'canuck_section13_portfolio_columns', '3' ); $sec13_bg_image = get_theme_mod( 'canuck_section13_background_image', '' ); $sec13_use_parallax = get_theme_mod( 'canuck_section13_use_parallax', false ); $category_id = get_cat_ID( $section13_portfolio_category ); $args = array( 'category' => $category_id, 'numberposts' => 20, ); $custom_posts = get_posts( $args ); if ( '' !== $sec13_bg_image && false !== $sec13_use_parallax ) { ?>