<?php /** * Template Name: Category ample * * Seccions de categories amd presentaçio de contingut ample. * @link http://themehybrid.com/themes/hybrid/page-templates/categories * * @package Hangar * @subpackage Template */ get_header(); ?> <!-- index categories--> <div id="main" class=""> <div id="content" class="indexall wide"> <div id="post-<?php the_ID(); ?>" <?php post_class("boxentry"); ?>> <div class="entry-content"> <?php echo '<h2 class="box index">'; echo single_cat_title( '', false ) ; echo '</h2>' ; ?> <?php $category_description = category_description(); if ( ! empty( $category_description ) ) : echo '<div class="descseccio">'. category_description(). '</div>'; endif; ?> </div><!-- .entry-content --> </div><!-- post .boxentry --> </div><!-- .indexall.wide --> <?php $catt2 = get_query_var('cat'); ?> <div id="content" class="indexall fills"> <ul> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php $tipus = 'catt'; $category = get_the_category(); ?> <?php include(TEMPLATEPATH . "/caixes.php"); ?> <?php endwhile; ?> </ul> <?php wp_pagenavi(); /* kriesi_pagination();*/?> <?php else: ?> <p class="no-data"> <?php _e( 'Apologies, but no results were found.', 'hangar' ); ?> </p><!-- .no-data --> <?php endif; ?> </div><!-- .indexall.fills --> </div><!--end #main--> <?php get_footer(); ?>