🏠 Root
/
home
/
artorgp
/
paranartgallery
/
wp-content__cee8048
/
themes
/
gute
/
Editing: template-blank.php
<?php /** * * * * Template Name: Blank Template * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package gute */ get_header(); ?> <?php while ( have_posts() ) : the_post(); the_content(); endwhile; // End of the loop. ?> <?php get_footer();
Save
Cancel