post_content)) { global $post; setup_postdata($current_page); $post = $current_page; echo apply_filters('shortcode_output', $current_page->post_content); } else { get_template_part('templates/components/not-found'); } } else { get_template_part('templates/portfolio/grid'); } get_footer();