equal
deleted
inserted
replaced
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') ?> | |
5 <?php the_time('j, F Y') ?> | |
6 <?php echo(__("Published")." : "); ?> |
6 <?php echo(__("Published")." : "); ?> |
7 <?php |
7 <?php |
8 |
8 |
15 |
15 |
16 edit_post_link('Edit', ' | ', ''); |
16 edit_post_link('Edit', ' | ', ''); |
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> |