File: /var/www/virtual/mariaellingsen.com/htdocs/wp-content/themes/x-child/single-x-portfolio.php
<?php
// =============================================================================
// SINGLE-X-PORTFOLIO.PHP
// -----------------------------------------------------------------------------
// Handles output of individual portfolio posts.
//
// Content is output based on which Stack has been selected in the Customizer.
// To view and/or edit the markup of your Stack's posts, first go to "views"
// inside the "framework" subdirectory. Once inside, find your Stack's folder
// and look for a file called "wp-single-x-portfolio.php," where you'll be able
// to find the appropriate output.
// =============================================================================
?>
<?php x_get_view( x_get_stack(), 'wp', 'single-x-portfolio' ); ?>