wp_blog/wp-content/themes/New folder/pk2012_sold/404.php
2020-01-02 23:15:16 +07:00

7 lines
86 B
PHP

<?php
get_header();
get_template_part('format', 'no-results');
get_footer();
?>