Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
winter
/
wp-content
/
themes
/
peakie-2015
📤 Upload
📝 New File
📁 New Folder
Close
Editing: category.php
<?php get_header(); ?> <main role="main"> <!-- section --> <section class="content"> <h1><?php /*_e( 'Categories for ', 'html5blank' );*/ single_cat_title(); ?></h1> <?php get_template_part('loop'); ?> <?php get_template_part('pagination'); ?> </section> <!-- /section --> </main> <?php get_sidebar(); ?> <?php get_footer(); ?>
Save
Cancel