HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguy.com/wp-content/themes/thematic/archives.php
<?php
/**
 * Template Name: Deprecated Archives Template
 *
 * This tamplate has bben deprecated for proper template namespacing
 * This file is going away.
 * 
 * If you wish to use Thematic's Archives page template, please set 
 * your Page Attributes: Template to use the template named "Archives"
 * on the WP-Admin Edit Page screen.
 *
 * @package Thematic
 * @subpackage Templates
 *
 * @link http://codex.wordpress.org/Template_Hierarchy Codex: Template Hierarchy
 * @deprecated 1.0
 */

	// Providing deprecated file notice to be seen when WP_DEBUG is true
	_deprecated_file( sprintf( __( 'The template %s', 'thematic' ) . ':', basename(__FILE__) ), '1.0', 'template-page-archives.php' );


	// calling the header.php
	get_template_part( 'template-page' , 'archives' );

?>