Bonjour,
Ma configuration WP actuelle
– Version de WordPress : 2.7
– Thème utilisé :
– Plugins en place :
– Nom de l’hebergeur :
– Adresse du site :
Problème(s) rencontré(s) :
Bonjour a tous j’utilse actuellement le theme
« Auroral Theme 1.17 by Prime Strategy Co.,Ltd. »
et comment j’imerais lutilisé comme site WEB j’aimerai effacé la date des posts
comment faire svp
Voici le single.php
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div <?php if (function_exists('post_class')){post_class();}else{echo 'class="post" ';} ?> id= »post-<?php the_ID(); ?>« >
<div class="post-head">
<h2 class="post-title"><a href="<?php the_permalink() ?> » rel= »bookmark » title= »<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>« ><?php the_title(); ?></a></h2>
<div class="post-title-meta"> <span class="author">Posted by <?php the_author() ?></span>
<div class="meta-date">
<span class="month"><?php the_time(__('M', 'kubrick')) ?></span>
<span class="date"><?php the_time(__('d', 'kubrick')) ?></span>
<span class="year"><?php the_time(__('Y', 'kubrick')) ?></span>
</div>
</div>
</div>
<div class="entry">
<?php the_content(__('Read the rest of this entry »', 'kubrick')); ?>
<p class="postfooter"><?php the_tags(__('Tags:', 'kubrick') . ' ', ', ', '<br />‘); ?>
<?php if (!('open' == $post-> comment_status) && (‘open’ == $post->ping_status)) {
// Only Pings are Open ?>
<?php printf(__('Comments Off', 'kubrick'), trackback_url(false)); ?>
<?php } elseif (('open' == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
// Comments are open, Pings are not ?>
<?php _e('Pings Off.', 'auroral'); ?>
<?php } elseif (!('open' == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
<?php _e('Comments Off , Pings Off.', 'auroral'); ?>
<?php } edit_post_link(__('Edit this entry', 'kubrick'),'','.'); ?></p>
</div>
<?php if(get_next_post() || get_previous_post()) : ?>
<div id="new-old-navigation">
<?php if(next_post_link('<p class="newer">‘.__(‘Newer :’).’ %link </p>‘)) : ?><?php endif ; ?>
<?php if(previous_post_link('<p class="older">‘.__(‘Older :’).’ %link </p>‘)) : ?><?php endif ; ?>
</div>
<?php endif; ?>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.', 'auroral'); ?></p>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Merci