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-travel.php
<?php get_header(); ?> <main id="main-content"> <article id="travel-index"> <section id="intro-travel" class="home-content-info-group"> <div class="home-content-inner-wrapper"> <div class="img-block"> <img src="<?php bloginfo('wpurl'); ?>/wp-content/uploads/2015/11/skis-and-snowshoes-mountain-chalet-26586.jpg"> </div> </div> <div class="category-content-inner-wrapper"> <div class="category-content"> <span class="ski-features-icon"></span> <h1>Travel</h1> <h3>Find the best travel options for skiers</h3> <p><?php echo category_description( $category_id ); ?></p> </div> </div> </section> <section id="travel-listings" 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-travel'); ?> </div> <div class="navigation"> <?php if(function_exists('wp_paginate')) wp_paginate($the_query); ?> </div> </section> </article> </main> <?php get_footer(); ?>
Save
Cancel