author | hurons@caf4f556-3d62-0410-8435-a86758001935 |
Mon, 01 Feb 2010 17:28:37 +0000 | |
branch | wordpress |
changeset 126 | 9b7d841b551a |
parent 123 | 561aa6d282f6 |
permissions | -rw-r--r-- |
109 | 1 |
<?php get_header(); ?> |
2 |
<div class="column span-17 colborder first" id="maincontent"> |
|
3 |
<div class="content"> |
|
4 |
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> |
|
123
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
5 |
<?php /*<div class="navigation small"> |
109 | 6 |
<div class="alignleft"><?php previous_post_link('« %link') ?></div> |
7 |
<div class="alignright"><?php next_post_link('%link »') ?></div> |
|
123
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
8 |
</div> */?> |
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
9 |
<div style="padding-bottom: 15px;"></div> |
109 | 10 |
<div class="post" id="post-<?php the_ID(); ?>"> |
123
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
11 |
<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" ><?php the_title(); ?></a></h2> |
109 | 12 |
<p class="small"> |
13 |
<?php the_time('j, F Y') ?> | |
|
123
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
14 |
<?php /* the_author(); */ ?> |
109 | 15 |
<?php echo(__("Published")." : "); ?> |
16 |
<?php |
|
17 |
the_category(', '); |
|
18 |
if($post->comment_count > 0) { |
|
19 |
echo ' | '; |
|
20 |
if($post->comment_count > 1) { |
|
21 |
echo '<a href="#comments">' . $post->comment_count . ' Comments</a>'; |
|
22 |
} else { |
|
23 |
echo '<a href="#comments">1 Comment</a>'; |
|
24 |
} |
|
25 |
} |
|
26 |
edit_post_link('Edit', ' | ', ''); |
|
27 |
?> |
|
28 |
</p> |
|
29 |
|
|
30 |
<div class="entry"> |
|
31 |
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> |
|
32 |
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> |
|
33 |
|
|
34 |
</div> |
|
123
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
35 |
<div class="tag"> |
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
36 |
<?php the_tags('<strong>Mots clefs : </strong>',' | ','<br/> '); ?> |
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
37 |
</div> |
109 | 38 |
</div> |
39 |
<?php comments_template(); ?> |
|
40 |
<?php endwhile; else: ?> |
|
41 |
<p><?php _e("Sorry, no such page."); ?></p> |
|
42 |
<?php endif; ?> |
|
43 |
<!-- ADD TO ANY --> |
|
123
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
44 |
<?php |
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
45 |
if (get_the_ID()!=142) { |
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
46 |
echo '<ul class="addtoany_list">'; if( function_exists('ADDTOANY_SHARE_SAVE_ICONS') ) ADDTOANY_SHARE_SAVE_ICONS( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); if( function_exists('ADDTOANY_SHARE_SAVE_BUTTON') ) ADDTOANY_SHARE_SAVE_BUTTON( array("html_wrap_open" => "<li>", "html_wrap_close" => "</li>") ); echo '</ul>'; |
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
47 |
} |
561aa6d282f6
pre production version :
hurons@caf4f556-3d62-0410-8435-a86758001935
parents:
109
diff
changeset
|
48 |
?> |
109 | 49 |
<!-- --> |
50 |
</div> |
|
51 |
</div> |
|
52 |
<div class="column span-5 last"> |
|
53 |
<?php include (TEMPLATEPATH . '/sidebar_single.php'); ?> |
|
54 |
</div> |
|
55 |
<hr></hr> |
|
56 |
<?php get_sidebar(); ?> |
|
57 |
<?php get_footer(); ?> |