web/wp-content/themes/IRI-Theme/post.php
branchwordpress
changeset 123 561aa6d282f6
parent 109 03b0d1493584
--- a/web/wp-content/themes/IRI-Theme/post.php	Tue Jan 05 09:59:49 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/post.php	Mon Feb 01 09:51:57 2010 +0000
@@ -1,6 +1,6 @@
 	<!-- POST --> 
 	<div class="post" id="post-<?php the_ID(); ?>">
-		<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
+		<h2><a href="<?php the_permalink() ?>" rel="bookmark" ><?php the_title(); ?></a></h2>
 		<p class="small">
 			<?php the_time('j, F Y') ?> &nbsp;|&nbsp; 
 			<?php echo(__("Published")." : "); ?>
@@ -17,6 +17,7 @@
 			?>
 		</p>
 		<div class="entry">
-			<?php the_excerpt(__("(more...)")); ?>
+			<p><?php the_excerpt_rss(); ?></p>
+			<a class="more" href="<?php the_permalink() ?>" title="<?php the_title(); ?>">Lire la suite de l'article</a>
 		</div>
 	</div>