• File: template-portfolio.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/themes/gute-portfolio/template-portfolio.php
  • Date Modified: 04/23/2023 12:07 AM
  • File size: 330 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 *
 * 
 * 
 * Template Name: Portfoli Template
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package gute-portfolio
 */

get_header();

?>

				<?php
				while ( have_posts() ) :
					the_post();
				the_content();

				endwhile; // End of the loop.
			
				?>

<?php
get_footer();