- Statut : non résolu
- Ce sujet contient 0 réponse, 1 participant et a été mis à jour pour la dernière fois par
yann.cecile, le il y a 17 années et 11 mois.
Affichage de 1 message (sur 1 au total)
-
AuteurMessages
-
3 mai 2007 à 17 h 24 min #451865
Bonjour,
Ma configuration WP actuelle
– Version de WordPress : 2.1.3
– Thème utilisé : Lorem Ipsum v1.2.3 par Brajeshwar
– Plugins en place : Askimet, Simple tagging
– Nom de l’hebergeur : 1and1.net
– Adresse du site : yanncecile.org/Problème(s) rencontré(s) : Depuis aujoud’hui les colonnes sont passées en dessous de l’article seul.
Ci dessous le contenu de single.php:
<?php get_header(); ?>
<!-- START: content -->
<div id="content">
<!-- START: content-article -->
<div id="content-article">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>« >
<h2><a href="<?php the_permalink() ?> » rel= »bookmark » title= »<?php the_title(); ?>« ><?php the_title(); ?></a></h2>
<?php the_content('→ continue reading'); ?>
<p class="single-postmeta">
Cet article a été taggé avec <?php STP_PostTags(); ?> le <?php the_time('j F Y') ?> à <?php the_time() ?> | Vous pouvez suivre les commentaires à cet article via le lien suivant: <?php comments_rss_link('RSS 2.0'); ?>.
<?php if (('open' == $post-> comment_status) && (‘open’ == $post->ping_status)) {
// Both Comments and Pings are open ?>
Vous pouvez <a href="#respond">laisser un commentaire</a> ou faire un <a href="<?php trackback_url(true); ?> » rel= »trackback »>trackback</a> depuis votre site.
<?php } elseif (!('open' == $post-> comment_status) && (‘open’ == $post->ping_status)) {
// Only Pings are Open ?>
Responses are currently closed, but you can <a href="<?php trackback_url(true); ?> » rel= »trackback »>trackback</a> from your own site.
<?php } elseif (('open' == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
// Comments are open, Pings are not ?>
You can <a href="#respond">skip to the end</a> and leave a comment. Pinging is currently not allowed.
<?php } elseif (!('open' == $post-> comment_status) && !(‘open’ == $post->ping_status)) {
// Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.
<?php } edit_post_link('Edit this entry.','',''); ?>
<script src="http://embed.technorati.com/linkcount" type="text/javascript"></script> <a class="tr-linkcount" href="http://technorati.com/search/<?php the_permalink(); ?>« >View Technorati Linkbacks.</a>
</p>
</div>
<?php comments_template(); ?>
<?php endwhile; else : ?>
<div class="post">
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn’t here.</p>
</div>
<?php endif; ?>
<div class="navigation">
<p>
<?php previous_post_link('Prev Article → %link') ?><br />
<?php next_post_link('Next Article → %link') ?>
</p>
</div>
<!-- END: content-article -->
<div>
<?php include(TEMPLATEPATH."/sidebar-alt.php");?>
<?php get_sidebar(); ?>
</div>
<!-- END: content -->
<?php get_footer(); ?>
<!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project=2186239;
var sc_invisible=0;
var sc_partition=5;
var sc_security="e171f055";
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c6.statcounter.com/counter.php?sc_project=2186239&java=0&security=e171f055&invisible=0" alt="website metrics" border="0"></a> </noscript>
<!-- End of StatCounter Code -->Questions subsidiaire: J’ai modifié ce single.php pour placer le code statcounter car dans statcounter je n’ai pas les stats quand un visiteur arrive directement sur une page sans passer par la racine.
Ou dois je placer ce code?
Merci.
-
AuteurMessages
Affichage de 1 message (sur 1 au total)
- Vous devez être connecté pour répondre à ce sujet.