danke für die hilfe! ich hab's.
Beiträge von anniiii
-
-
danke für die schnelle antwort. aber was muss ich den noch löschen? also die [size=8][size=10]gravatar-funktion habe ich ja schon gelöscht.
hier mal der code:
[/SIZE][/SIZE]
PHP
Alles anzeigen<?php // Do not delete these lines if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!'); if (!empty($post->post_password)) { if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { ?> <p class="nocomments"> <?php _e("This post is password protected. Enter the password to view comments."); ?> <p> <?php return; } } ?> <div id="commentblock"> <!--comments area--> <?php if ($comments) : ?> <p><?php comments_rss_link('Comment RSS feed'); ?></p> <h2><?php comments_number(__('No Comment'), __('1 Comment so far'), __('% Comments so far')); ?></h2> <ol id="commentlist"> <?php foreach ($comments as $comment) : ?> <?php if($comment->comment_type != 'pingback' && $comment->comment_type != 'trackback'):?> <li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>"> <div class="commentname"> <?php comment_author_link()?> @ <?php comment_date('F jS, Y') ?> <?php edit_comment_link(__("Edit This"), ''); ?> </div> <?php if ($comment->comment_approved == '0') : ?> <em>Your comment is awaiting moderation.</em> <?php endif; ?> <?php comment_author_link() ?> <div class='comment'> <div class="commenttext"><?php comment_text();?></div> </div> </li> <?php endif; ?> <?php endforeach; /* end for each comment */ ?> </ol> <!-- <h2>Pingbacks and trackbacks</h2> <ul id="pings"> <?php foreach ($comments as $comment) : ?> <?php if($comment->comment_type == 'pingback' || $comment->comment_type == 'trackback'):?> <li> <?php comment_author_link();?> <br /><?php comment_date('F jS, Y') ?> </li> <?php endif; ?> <?php endforeach;?> --> </ul> <?php else : // this is displayed if there are no comments so far ?> <?php if ('open' == $post-> comment_status) : ?> <!-- If comments are open, but there are no comments. --> <h2 id="comments"> No comments yet. Be the first. </h2> <?php else : // comments are closed ?> <!-- If comments are closed. --> <p class="nocomments">Comments are closed.</p> <?php endif; ?> <?php endif; ?> <?php if ('open' == $post-> comment_status) : ?> <!--comments form --> <h2>Leave a reply</h2> <?php if ( get_option('comment_registration') && !$user_ID ) : ?> <p> You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment. </p> <?php else : ?> <div id="commentsform"> <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> <?php if ( $user_ID ) : ?> <p> Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"> Logout » </a> </p> <?php else : ?> <p> <label for="author"> <?php _e('Name');?>:</label><br> <input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" tabindex="1" /> </p> <p> <label for="email"> <?php _e('Email');?>:</label><br> <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" tabindex="2" /> </p> <p> <label for="url"><?php _e('Website');?>:</label><br> <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" tabindex="3" /> </p> <?php endif; ?> <p> <label for="comment"><?php _e('Comment');?>:</label><br> <textarea name="comment" id="comment" cols="50" rows="10" tabindex="4"></textarea> </p> <p> <input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> <input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> </p> <?php do_action('comment_form', $post->ID); ?> </form> </div> <?php endif; // If registration required and not logged in ?> <?php endif; // if you delete this the sky will fall on your head ?> </div> -
Die Comments werden nicht angezeigt und so langsam verzweifel ich ein wenig.
[size=8]
[size=10]Fatal error: Call to undefined function: gravatar()Dann habe ich mal geschaut, wie ich den fehler wegbekomme und habe raugefunden, dass ich einfach nur folgendes aus der comments.php löschen muss:[/SIZE]
[/SIZE]
Habe ich gemacht. Tortzdem funktionieren die Comments nicht. Also sie sind da, werden aber nicht angezeigt.Kann mir vielleicht jemand helfen?
Danke.
Ach so, hier auch mal der Link: http://www.angeli-schimmack.de/wordpress/wordpress/?p=15#comments