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-alps.php
<?php get_header(); ?> <main id="main-content"> <section id="intro-alps-reviews" class="home-content-info-group"> <div class="home-content-inner-wrapper"> <div class="img-block"> <img src="<?php bloginfo('wpurl'); ?>/wp-content/uploads/2014/08/Mountain-scenery-above-Morzine-in-the-French-Alps-25389.jpg"> </div> </div> <div class="category-content-inner-wrapper"> <div class="category-content"> <span class="ski-reviews-icon"></span> <h1>French Alps Ski Resorts</h1> <h3>Find your perfect ski destination</h3> <p><?php echo category_description( $category_id ); ?></p> </div> </div> </section> <section id="alps-listing" class="wrapper"> <div class="navigation"> <?php if(function_exists('wp_paginate')) wp_paginate($the_query); ?> </div> <div class="content-container"> <?php get_template_part('loop-alps'); ?> </div> </section> </main> <?php get_footer(); ?>
Save
Cancel