szdavid1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments disappeared after upgradethank you ! great idea !
It worked… i do not understand why 🙁
Forum: Fixing WordPress
In reply to: Comments disappeared after upgradeI think the problem comes from there (main template) :
<span class="feedback"> <?php wp_link_pages(); ?> <?php comments_popup_link(__('0 Commentaire'), __('1 Commentaire'), __('% Commentaires')); ?> </span>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php comments_template(); ?>
</div> <!-- End Post -->
<?php endforeach; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<div id="footer">
<p class="credit"><!--<?php echo $wpdb->num_queries; ?> requêtes. <?php timer_stop(1); ?> secondes. --> </p>
</div> <!-- End foot -->
</div> <!-- End Content -->Forum: Fixing WordPress
In reply to: Comments disappeared after upgradeany idea ?
Forum: Fixing WordPress
In reply to: Comments disappeared after upgradeForum: Fixing WordPress
In reply to: Comments disappeared after upgradeyes, i did but nothing changed ; i tried to put my code but it doesn’t work
Forum: Fixing WordPress
In reply to: Comments disappeared after upgradetoto
Forum: Fixing WordPress
In reply to: Write only in HTMLthe thing is that, by default, if i write <b>, it translates it in order to show, finally <b> in the post ; i have first to click a button which says “Toggle HTML source”