• BM
  • My links
  • Tags
  • pics
  • RSS
  • Login
Filter untagged links

WordPress › Support » Display full comments, not just a link?http://wordpress.org/support/topic/188149

  • wordpress
  • templates
  • wordpress
  • templates

Commentaires en homepage sur wordpress :
1.Open /wp-includes/comment-template.php
2.Find the "function comments_template( $file = '/comments.php' ){"
3.Inside the function you will see :
if ( ! (is_single() || is_page() || $withcomments) )
return;
Change this to
if ( ! (is_single() || is_page() || $withcomments) )
//return;
4.Open /wp-content/themes/yourtheme/index.php
add "" inside post loop
"while (have_posts()) : the_post(); "

Permalink
December 8, 2008 at 16:03:56 GMT+1
Shaarli 7743 shaares · 259 private links · Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation · Theme : Stack · Font : DINish
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community