--- a/web/wp-content/themes/IRI-Theme/single.php Tue Jan 05 09:59:49 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/single.php Mon Feb 01 09:51:57 2010 +0000
@@ -2,16 +2,16 @@
<div class="column span-17 colborder first" id="maincontent">
<div class="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
- <!-- <div class="navigation small">
+ <?php /*<div class="navigation small">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
- </div>
- <div style="padding-bottom: 15px;"></div> -->
+ </div> */?>
+ <div style="padding-bottom: 15px;"></div>
<div class="post" id="post-<?php the_ID(); ?>">
- <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
+ <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" ><?php the_title(); ?></a></h2>
<p class="small">
<?php the_time('j, F Y') ?> |
- <!-- by <?php the_author() ?> -->
+ <?php /* the_author(); */ ?>
<?php echo(__("Published")." : "); ?>
<?php
the_category(', ');
@@ -32,13 +32,20 @@
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
+ <div class="tag">
+ <?php the_tags('<strong>Mots clefs : </strong>',' | ','<br/> '); ?>
+ </div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e("Sorry, no such page."); ?></p>
<?php endif; ?>
<!-- ADD TO ANY -->
- <?php 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>'; ?>
+ <?php
+ if (get_the_ID()!=142) {
+ 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>';
+ }
+ ?>
<!-- -->
</div>
</div>