File manager - Edit - C:/inetpub/vhosts/alsawaripharma.com/icte-dubai.com/wp-content/themes/library-books/category.php
Back
<?php /** * The template for displaying all category pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package Library Books */ get_header(); ?> <div class="container"> <div class="page_content"> <section class="site-main"> <header class="page-header"> <h1 class="entry-title"><?php single_cat_title( esc_html__('Category: ', 'library-books') ); ?></h1> </header><!-- .page-header --> <?php if ( have_posts() ) : ?> <div class="blog-post"> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); get_template_part( 'content', get_post_format() ); endwhile; ?> </div> <?php the_posts_pagination(); else : get_template_part( 'no-results'); endif; ?> </section> <?php get_sidebar();?> <div class="clear"></div> </div><!-- site-aligner --> </div><!-- container --> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings