Do not delete th...
B0e8f3a3c94a3419d5d333f48377cbc3?s=35

Getting started: You can edit the contents of a line by clicking on it. When moving the mouse over a line a box with additional actions such as adding comments appears. »
1
<?php // Do not delete these lines
EditColor
2
 if (isset($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
EditColor
3
  die ('Please do not load this page directly. Thanks!');
EditColor
4
 
EditColor
5
 if ( post_password_required() ) { ?>
EditColor
6
  <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.', 'kubrick'); ?></p>
EditColor
7
 <?php
EditColor
8
  return;
EditColor
9
 }
EditColor
10
?>
EditColor
11

EditColor
12
<!-- You can start editing here. -->
EditColor
13
prueba
EditColor
14
<?php if ( have_comments() ) : ?>
EditColor
15
 <h3 id="comments"><?php comments_number(__('No Responses', 'kubrick'), __('One Response', 'kubrick'), __('% Responses', 'kubrick'));?> <?php printf(__('to &#8220;%s&#8221;', 'kubrick'), the_title('', '', false)); ?></h3>
EditColor
16

EditColor
17
 <div class="navigation">
EditColor
18
  <div class="alignleft"><?php previous_comments_link() ?></div>
EditColor
19
  <div class="alignright"><?php next_comments_link() ?></div>
EditColor
20
 </div>
EditColor
21

EditColor
22
 <ol class="commentlist">
EditColor
23
 <?php wp_list_comments();?>
EditColor
24
 </ol>
EditColor
25

EditColor
26
 <div class="navigation">
EditColor
27
  <div class="alignleft"><?php previous_comments_link() ?></div>
EditColor
28
  <div class="alignright"><?php next_comments_link() ?></div>
EditColor
29
 </div>
EditColor
30
</div>
EditColor
31
 <?php else : // this is displayed if there are no comments so far ?>
EditColor
32

EditColor
33
 <?php if ('open' == $post->comment_status) : ?>
EditColor
34
  <!-- If comments are open, but there are no comments. -->
EditColor
35

EditColor
36
  <?php else : // comments are closed ?>
EditColor
37
  <!-- If comments are closed. -->
EditColor
38
  <p class="nocomments"><?php _e('Comments are closed.', 'kubrick'); ?></p>
EditColor
39

EditColor
40
 <?php endif; ?>
EditColor
PublishedRss
Lines: 91
Created: about 1 year ago by hugowg
Last edited: about 1 year ago