7 lines
		
	
	
		
			86 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			86 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
	get_header();
 | 
						|
	
 | 
						|
	get_template_part('format', 'no-results');
 | 
						|
	
 | 
						|
	get_footer();
 | 
						|
?>
 |