Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web432/html/wp-content/themes/touchm/ |
Current File : //var/www/web432/html/wp-content/themes/touchm/comments.php |
<?php // Do not delete these lines if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) die ('Please do not load this page directly. Thanks!'); if ( post_password_required() ) : ?> <p class="nocomment"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'TouchM' ); ?></p> </div> <?php /* Stop the rest of comments.php from being processed, * but don't kill the script entirely -- we still have * to fully load the template. */ return; endif; ?> <!-- You can start editing here. --> <?php if ( have_comments() ) : ?> <h3> <?php printf( _n( 'Kommentare (%1$s)', 'Kommentare (%1$s)', get_comments_number(), 'TouchM' ), number_format_i18n( get_comments_number() ), '<em>' . get_the_title() . '</em>' ); ?> </h3> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> <div class="navigation"> <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', 'TouchM' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'TouchM' ) ); ?></div> </div> <!-- .navigation --> <?php endif; ?> <ol class="comments-list"> <?php wp_list_comments('callback=TouchM_comment'); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> <div class="navigation"> <div class="nav-previous"><?php previous_comments_link( __( '<span class="meta-nav">←</span> Older Comments', 'TouchM' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">→</span>', 'TouchM' ) ); ?></div> </div><!-- .navigation --> <?php endif; // check for comment navigation ?> <?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. --> <?php else : // comments are closed ?> <!-- If comments are closed. --> <p class="nocomments"><?php _e( 'Comments are closed.', 'TouchM' ); ?></p> <?php endif; ?> <?php endif; ?> <?php if ('open' == $post->comment_status) : ?> <div id="respond" class="leave-comment"> <h3><?php comment_form_title( 'Einen Kommentar hinterlassen', 'Eine Antwort zu %s hinterlassen' ); ?></h3> <div class="cancel-comment-reply bottom10"> <?php cancel_comment_reply_link(); ?> </div> <?php if ( get_option('comment_registration') && !$user_ID ) : ?> <p class="bottom20"> You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>">logged in</a> to post a comment. </p> <?php else : ?> <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> <?php if ( $user_ID ) : ?> <div class="row"> <p class="bottom10"> <?php _e('Logged in as', 'TouchM')?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="Log out of this account"><?php _e('Log out', 'TouchM')?> »</a> </p> </div> <?php else : ?> <div class="row"> <div class="six columns"> <label for="author"> <?php _e('Name', 'TouchM')?> <span>(erforderlich)</span></label> <input type="text" name="author" id="author" title="<?php _e('Name', 'TouchM')?>" value="<?php echo $comment_author; ?>" size="22" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> /> </div> <div class="six columns"> <label for="email"> <?php _e('E-mail', 'TouchM')?> <span>(erforderlich)</span></label> <input type="text" name="email" id="email" title="<?php _e('Email', 'TouchM')?>" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> /> </div> </div> <?php endif; ?> <div class="row"> <div class="twelve columns"> <label for="comment"> <?php _e('Message', 'TouchM')?> <span>(erforderlich)</span></label> <textarea name="comment" title="<?php _e('Comment', 'TouchM')?>" id="comment" cols="100" rows="10" tabindex="4"></textarea> </div> </div> <input name="submit" type="submit" id="submit" tabindex="5" value="<?php _e('Submit', 'TouchM')?>" class="button medium" /> <?php comment_id_fields(); ?> <?php do_action('comment_form', $post->ID); ?> </form> <?php endif; // If registration required and not logged in ?> </div> <?php endif; ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare