wp_blog/wp-content/themes/New folder/pk2012_sold/404.php

7 lines
86 B
PHP
Raw Normal View History

2020-01-02 23:15:16 +07:00
<?php
get_header();
get_template_part('format', 'no-results');
get_footer();
?>