<?php get_header(); ?>7 ^ g, @1 X5 z3 v" V, N% z- U
" I9 H( f) U* p <div id="content">
$ O5 Z/ X8 x: L5 o
8 X/ }- l8 n( F) }2 ` <?php include(TEMPLATEPATH. '/includes/templates/breadcrumbs.php');! I, W+ @" s2 E3 b, H% g; Z8 n0 S6 |
6 n* M9 g" p! ?0 _- i: X& B
rewind_posts();' m: m5 i- d p
if (have_posts()) {
0 T1 A4 n/ t/ ^, b3 u8 ^$ a while (have_posts()) : the_post();: ]/ P0 Y1 o+ w
global $post;
4 S6 M. _' v A1 V; b7 n0 d* ^! d) c include(TEMPLATEPATH. '/includes/templates/loop.php');/ F: ] ~9 A% Q' S% _- E
$postcount++;5 y7 G2 c( B4 b# P
endwhile;
( W% F9 b1 ~' y0 k7 v) `. f- H
T7 @# K; L2 r2 g" |4 V } else { 3 ?0 E4 H& p# n
include(TEMPLATEPATH. '/includes/templates/not-found.php');
' K5 q- ^$ s* T! ]6 u- p* f }) _* \# X Q( @ p$ g
?>
/ q+ j" V9 h, d: x, Z# j3 b: W. I3 a
) P" }9 z) s* V& `6 Y e <div class="pagination">2 ^4 Y' `5 o: A
<?php if (function_exists('wp_pagenavi')) wp_pagenavi(); else { ?>0 c6 ^% F/ \! S, |4 u+ Y) n
<div class="newer"><?php previous_posts_link(__('Newer Entries', 'themejunkie')) ?></div>! X; B5 ~! Q) R: H6 z: @* ]
<div class="older"><?php next_posts_link(__('Older Entries', 'themejunkie')) ?></div>. s: M1 j; q( l+ |/ Q/ \; w& c
<div class="clear"></div>! N* G$ k: C1 q! {
<?php } ?>; ]) D0 \8 b4 V. Z% @7 _) t& u
</div><!--end .pagination-->1 Q* y' F+ @* B0 j
# t- Y, B5 o6 B$ y/ [
</div><!--end #content-->
- [3 M& }' V1 v/ P- T: Z2 `- ?( R2 e6 ]
<?php get_sidebar(); ?>
' X( W; T/ I5 w" X( I/ B
# V' v( P1 s3 r% V<?php get_footer(); ?>
2 g6 j" F# o& g0 l9 a$ i/ ~" {/ t0 w: I% O, m# m. Y+ r
|