D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
public_html
/
wp-content
/
themes
/
newsplus1
/
Filename :
archive.php
back
Copy
<?php get_header(); ?> <?php if ( have_posts() && !is_404() ) { get_template_part('archive-content'); } else { get_template_part('archive-no-content'); } ?> <?php get_footer(); ?>