Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web432/html/wp-content/themes/touchm/ |
Current File : //var/www/web432/html/wp-content/themes/touchm/archive.php |
<?php /*** The template for displaying Archive pages. **/ get_header(); $al_options = get_option('al_general_settings'); $breadcrumbs = $al_options['al_show_breadcrumbs']; $titles = $al_options['al_show_page_titles']; ?> <div class="container region3wrap"> <?php if($breadcrumbs):?> <div class="row content_top"> <div class="nine columns"> <?php if(class_exists('the_breadcrumb')){ $albc = new the_breadcrumb; } ?> </div> <div class="three columns"> <div class="row"> <div class="twelve columns"> <?php get_search_form(); ?> </div> </div> </div> </div> <?php endif ?> </div> <div class="container region4wrap"> <div class="row maincontent"> <div class="twelve columns"> <div class="page_title"> <div class="row"> <div class="twelve columns"> <h1> <?php if ( is_day() ) : ?> <?php printf( __( 'Daily Archives: <span>%s</span>', 'TouchM' ), get_the_date() ); ?> <?php elseif ( is_month() ) : ?> <?php printf( __( 'Monthly Archives: <span>%s</span>', 'TouchM' ), get_the_date('F Y') ); ?> <?php elseif ( is_year() ) : ?> <?php printf( __( 'Yearly Archives: <span>%s</span>', 'TouchM' ), get_the_date('Y') ); ?> <?php elseif ( is_category() ) : ?> <?php single_cat_title();?> <?php else : ?> <?php _e( 'Blog Archives', 'TouchM' ); ?> <?php endif; ?> </h1> </div> </div> </div> </div> <div class="twelve columns"> <?php if ( have_posts() ) the_post(); rewind_posts(); get_template_part( 'loop', 'archive' ); ?> </div> <div class="clear"></div> </div> </div> <?php get_footer(); ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare