web/wp-content/themes/IRI-Theme/archive.php
branchwordpress
changeset 123 561aa6d282f6
parent 109 03b0d1493584
--- a/web/wp-content/themes/IRI-Theme/archive.php	Tue Jan 05 09:59:49 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/archive.php	Mon Feb 01 09:51:57 2010 +0000
@@ -20,7 +20,14 @@
 			<?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
 			<h2 class="pagetitle">Blog Archives</h2>
 	<?php } ?>
-		
+	
+	<?php /* If this is a tag archive */ if (is_tag()) { ?>
+		<div id="p2c-header">
+		<h2 >Mot-clef : <?php single_tag_title(); ?></h2>
+		</div>
+		<?php echo(tag_description()); ?>
+	<?php } ?>	
+	
 		<div class="navigation">
 			<div class="alignleft"><?php next_posts_link('&laquo; Pr&eacute;c&eacute;dent') ?></div>
 			<div class="alignright"><?php previous_posts_link('Suivant &raquo;') ?></div>