web/wp-content/themes/IRI-Theme/post.php
branchwordpress
changeset 123 561aa6d282f6
parent 109 03b0d1493584
equal deleted inserted replaced
112:fb7cd02b9848 123:561aa6d282f6
     1 	<!-- POST --> 
     1 	<!-- POST --> 
     2 	<div class="post" id="post-<?php the_ID(); ?>">
     2 	<div class="post" id="post-<?php the_ID(); ?>">
     3 		<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
     3 		<h2><a href="<?php the_permalink() ?>" rel="bookmark" ><?php the_title(); ?></a></h2>
     4 		<p class="small">
     4 		<p class="small">
     5 			<?php the_time('j, F Y') ?> &nbsp;|&nbsp; 
     5 			<?php the_time('j, F Y') ?> &nbsp;|&nbsp; 
     6 			<?php echo(__("Published")." : "); ?>
     6 			<?php echo(__("Published")." : "); ?>
     7 			<?php
     7 			<?php
     8 				
     8 				
    15 				
    15 				
    16 				edit_post_link('Edit', ' &nbsp;|&nbsp; ', '');
    16 				edit_post_link('Edit', ' &nbsp;|&nbsp; ', '');
    17 			?>
    17 			?>
    18 		</p>
    18 		</p>
    19 		<div class="entry">
    19 		<div class="entry">
    20 			<?php the_excerpt(__("(more...)")); ?>
    20 			<p><?php the_excerpt_rss(); ?></p>
       
    21 			<a class="more" href="<?php the_permalink() ?>" title="<?php the_title(); ?>">Lire la suite de l'article</a>
    21 		</div>
    22 		</div>
    22 	</div>
    23 	</div>