dicofrancais.jpg

attach.png Fichier : “links.php

Version Us/Fr :
<h2>Links:</h2>
<h2>Liens&amp;amp;amp;amp;nbsp;:</h2>

Version Us/Fr :

Links
Liens

attach.png Fichier : “pages.php

Version Us/Fr :
<?php the_content('<p class="serif">Read the rest of this page &amp;amp;amp;amp;raquo;</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
<?php the_content('<p class="serif">Lire le reste de cette page &amp;amp;amp;amp;raquo;</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
</div>
<?php edit_post_link('Modifier cette page.', '<p>', '</p>'); ?>

Version Us/Fr :

Read the rest of this page
Edit this entry
Lire le reste de cette page
Modifier cette page

attach.png Fichier : “search.php

Version Us/Fr :
<h2 class="pagetitle">Search Results</h2>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('&amp;amp;amp;amp;laquo; Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries &amp;amp;amp;amp;raquo;') ?></div>
</div>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
<small><?php the_time('l, F jS, Y') ?></small>
<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments &amp;amp;#187;', '1 Comment &amp;amp;#187;', '% Comments &amp;amp;#187;'); ?></p>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('&amp;amp;amp;amp;laquo; Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries &amp;amp;amp;amp;raquo;') ?></div>
</div>
<?php else : ?>
<h2 class="center">No posts found. Try a different search?</h2>
<h2 class="pagetitle">Résultats de recherche</h2>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('&amp;amp;amp;amp;laquo; Articles plus anciens') ?></div>
<div class="alignright"><?php previous_posts_link('Articles plus récents &amp;amp;amp;amp;raquo;') ?></div>
</div>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
<small><?php the_time('l j F Y') ?></small>
<p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Publié dans <?php the_category(', ') ?> | <?php edit_post_link('Modifier', '', ' | '); ?>  <?php comments_popup_link('Aucun commentaire »', '1 commentaire »', '% commentaires »', 'comments-link', 'Les commentaires sont fermés'); ?></p>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('&amp;amp;amp;amp;laquo; Articles plus anciens') ?></div>
<div class="alignright"><?php previous_posts_link('Articles plus récents &amp;amp;amp;amp;raquo;') ?></div>
</div>
<?php else : ?>
<h2 class="center">Aucun article trouvé. Essayer une autre recherche ?</h2>

Version Us/Fr :

Search Results
Older Entries
Newer Entries
Permanent Link to
l, F jS, Y
Posted in
Edit
No Comments
1 Comment
% Comments
Older Entries
Newer Entries
No posts found. Try a different search
Résultats de recherche
Articles plus anciens
Articles plus récents
Liens permanent vers
j F Y
Publié dans
Modifier
Aucun commentaire
1 commentaire
% commentaires
Articles plus anciens
Articles plus récents
Aucun article trouvé. Essayer une autre recherche ?

attach.png Fichier : “single.php

Version Us/Fr :
<?php the_content('<p class="serif">Read the rest of this entry &amp;amp;amp;amp;raquo;</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
<p class="postmetadata alt">
<small>
This entry was posted
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>.
You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.
<?php if (('open' == $post-> comment_status) &amp;amp;amp;amp;&amp;amp;amp;amp; ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site.
<?php } elseif (!('open' == $post-> comment_status) &amp;amp;amp;amp;&amp;amp;amp;amp; ('open' == $post->ping_status)) {
// Only Pings are Open ?>
Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site.
<?php } elseif (('open' == $post-> comment_status) &amp;amp;amp;amp;&amp;amp;amp;amp; !('open' == $post->ping_status)) {
// Comments are open, Pings are not ?>
You can skip to the end and leave a response. Pinging is currently not allowed.
<?php } elseif (!('open' == $post-> comment_status) &amp;amp;amp;amp;&amp;amp;amp;amp; !('open' == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
<?php } edit_post_link('Edit this entry','','.'); ?>
</small>
</p>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php the_content('<p class="serif">Lire la suite de l\'article &amp;amp;amp;amp;raquo;</p>'); ?>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
<p class="postmetadata alt">
<small>
Cet article  a été publié
le <?php the_time('l j F Y') ?> à <?php the_time() ?>
et est classé dans <?php the_category(', ') ?>.
Vous pouvez en suivre les commentaires par le biais du flux
<?php post_comments_feed_link('RSS 2.0'); ?>.
<?php if (('open' == $post-> comment_status) &amp;amp;amp;amp;&amp;amp;amp;amp; ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
Vous pouvez  <a href="#respond">laisser un commentaire</a>, ou <a href="<?php trackback_url(); ?>" rel="trackback">faire un trackback</a> depuis votre propre site.
<?php } elseif (!('open' == $post-> comment_status) &amp;amp;amp;amp;&amp;amp;amp;amp; ('open' == $post->ping_status)) {
// Only Pings are Open ?>
Les commentaires sont fermés, mais vous pouvez  <a href="<?php trackback_url(); ?> " rel="trackback">faire un trackback</a> depuis votre propre site.
<?php } elseif (('open' == $post-> comment_status) &amp;amp;amp;amp;&amp;amp;amp;amp; !('open' == $post->ping_status)) {
// Comments are open, Pings are not ?>
Vous pouvez aller directement à la fin et laisser un commentaire. Les pings ne sont pas autorisés.
<?php } elseif (!('open' == $post-> comment_status) &amp;amp;amp;amp;&amp;amp;amp;amp; !('open' == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Les commentaires et pings sont fermés.
<?php } edit_post_link('Modifier cet article','','.'); ?>
</small>
</p>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Désolé, aucun article ne correspond à vos critères.</p>

Version Us/Fr :

Read the rest of this entry
This entry was posted
on
l, F jS, Y
at
and is filed under
You can follow any responses to this entry through the
feed
You can
leave a respons
or
trackback
from your own site
Responses are currently closed, but you can
You can skip to the end and leave a response. Pinging is currently not allowed
Both comments and pings are currently closed
Edit this entry
Sorry, no posts matched your criteria
Lire la suite de l\'article
Cet article  a été publié
le
j F Y
à
et est classé dans
Vous pouvez en suivre les commentaires par le biais du flux
Vous pouvez
laisser un commentaire
ou
faire un trackback
depuis votre site
Les commentaires sont fermés, mais vous pouvez
Vous pouvez aller directement à la fin et laisser un commentaire. Les pings ne sont pas autorisés
Les commentaires et pings sont fermés
Modifier cet article
Désolé, aucun article ne correspond à vos critères

Popularity: 6% [?]