Server IP : 66.29.132.124 / Your IP : 18.220.255.227 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/misswavenigeria.com/wp-content/themes/origami/ |
Upload File : |
<?php get_header(); ?> <h1 class="archive-title"> <?php if ( is_day() ) { ?> <?php printf( __( 'Daily Archives: %s', 'origami' ), '<span>' . get_the_date() . '</span>' ); ?> <?php } elseif ( is_month() ) { ?> <?php printf( __( 'Monthly Archives: %s', 'origami' ), '<span>' . get_the_date( _x( 'F Y', 'monthly archives date format', 'origami' ) ) . '</span>' ); ?> <?php } elseif ( is_year() ) { ?> <?php printf( __( 'Yearly Archives: %s', 'origami' ), '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'origami' ) ) . '</span>' ); ?> <?php } elseif ( is_tag() ) { ?> <?php printf( __( 'Posts Tagged: %s', 'origami' ), '<span>' . single_tag_title( '', false ) . '</span>' ); ?> <?php } elseif ( is_category() ) { ?> <?php printf( __( 'Posts in Category: %s', 'origami' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?> <?php } elseif ( is_search() ) { ?> <?php printf( __( 'Search Results for: %s', 'origami' ), '<span>' . get_search_query() . '</span>' ); ?> <?php } else { ?> <?php _e( 'Blog Archives', 'origami' ); ?> <?php } ?> </h1> <?php the_archive_description( '<div class="archive-description">', '</div>' ); ?> <?php get_template_part( 'loop', 'index' ); ?> <div id="posts-nav"> <?php posts_nav_link( '', __( 'Newer Entries', 'origami' ), __( 'Older Entries', 'origami' ) ); ?> </div> <?php get_footer(); ?>