- <code>
- < ?php if (have_posts()) : ?>
- < ?php query_posts("showposts=1"); ?>
- < ?php while (have_posts()) : the_post(); ?>
- < ?php do_action('awp_die');?>
- <div class="post" id="post-<?php the_ID(); ?>“>
- <div class="barre_titre">
- <h2 class="post_title"><a href="<?php the_permalink() ?>” rel=”bookmark” title=”Lien permanent vers < ?php the_title_attribute(); ?>“>< ?php the_title(); ?></a></h2>
- </div>
- <div class="entry">
- < ?php the_content('Lire le reste de cet article »'); ?>
- </div>
- <p class="postmetadata"> <img src="<?php print get_bloginfo('wpurl') ?/>/wp-content/themes/blogsound/images/commentaire.jpg” align=”top” alt=”Commentaire pour < ?php the_title(); ?>“/>< ?php comments_popup_link(' Aucun commentaire', ' 1 commentaire', ' % commentaires', 'comments-link', 'Les commentaires sont fermés'); ?>
- < ?php edit_post_link('<img src="http://.../wp-content/themes/blogsound/images/edition.jpg" align="top" /> Edit’, ”, ‘ ‘); ?>
- </p>
- </div>
- < ?php endwhile; ?>
- < ?php query_posts("showposts&offset=1");?>
- < ?php while (have_posts()) : the_post(); ?>
- < ?php do_action('awp_live');?>
- <div class="post" id="post-<?php the_ID(); ?>“>
- <div class="barre_titre">
- <h2 class="post_title"><a href="<?php the_permalink() ?>” < ?php do_action('awp_title'); ?> rel=”bookmark” title=”Lien permanent vers < ?php the_title_attribute(); ?>“>< ?php the_title(); ?></a></h2>
- </div>
- <div class="entry">
- < ?php the_content('Lire le reste de cet article »'); ?>
- </div>
- <p class="postmetadata"> <img src="<?php print get_bloginfo('wpurl') ?/>/wp-content/themes/blogsound/images/commentaire.jpg” align=”top” alt=”Commentaire pour < ?php the_title(); ?>“/>< ?php comments_popup_link(' Aucun commentaire', ' 1 commentaire', ' % commentaires', 'comments-link', 'Les commentaires sont fermés'); ?>
- < ?php edit_post_link('<img src="http:/.../wp-content/themes/blogsound/images/edition.jpg" align="top" /> Edit’, ”, ‘ ‘); ?>
- </p>
- </div>
- < ?php endwhile; ?></code>
Posted by Anonymous on Thu 1 May 14:26
report abuse | download | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.