10 lines
80 B
PHP
10 lines
80 B
PHP
<?php
|
|
/*
|
|
Template Name: Shop page
|
|
*/
|
|
get_header();
|
|
|
|
?>
|
|
|
|
|
|
<?php get_footer(); ?>
|