Title: Commenting A Code &#8211; Giving Errors
Last modified: August 19, 2016

---

# Commenting A Code – Giving Errors

 *  Resolved [Zamboolah Wigi Wigi](https://wordpress.org/support/users/burokhuli/)
 * (@burokhuli)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/commenting-a-code-giving-errors/)
 * Hello guys,
 * I was assigned to do a simple [BLOG](http://www.studiobbi.com/?p=54) and took
   a little time in modifying some of the codes. I’m really not good with coding,
   i do trial and error. However, I stumbled upon a very confusing part wherein 
   I tried to comment on something and still it shows up on the post. Worse thing
   is, it’s resized.
 * This is the blog link sample: [http://www.studiobbi.com/?p=54](http://www.studiobbi.com/?p=54)
 * If you look at the very bottom of the page, you will see a TAB which is touching
   the commenting area box. (see [figure 01](http://i4.photobucket.com/albums/y125/BUroKHUli/01.jpg?t=1265613154))
   I tried to open the “**single.php**” file and comment on the code that enables
   that tab to appear. (pls see [figure 02](http://i4.photobucket.com/albums/y125/BUroKHUli/02.jpg?t=1265613277).
   After saving it, the new look is messed up (see [figure 03](http://i4.photobucket.com/albums/y125/BUroKHUli/03.jpg?t=1265613345)).
   I just wanted to achive this kind of look. (see [figure 04](http://i4.photobucket.com/albums/y125/BUroKHUli/04.jpg?t=1265613398)).
 * Below is the exact code of the “single.php” file wherein I am editing/modifying.
 * <?php get_header(); ?>
 *  <div id=”content” style=”padding-top:50px;”>
 *  <div id=”main” style=”width:960px;”>
 *  <div class=”box1 clearfix”>
    <div class=”post clearfix”>
 *  <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
 *  <h2><?php the_title(); ?></h2>
    <p class=”txt0″><?php edit_post_link(__(‘Edit’,
   woothemes), ”, ”); ?> // <?php the_time(‘F jS, Y’) ?> // <?php the_category(‘,‘)?
   ></p>
 *  <?php the_content(); ?>
 *  <?php endwhile; endif; ?>
 *  </div>
 *  </div>
 *  <?php comments_template(); ?>
 *  </div><!– / #main –>
 * <?php get_sidebar(); ?>
 *  </div><!– / #content –>
 * <?php get_footer(); ?>

Viewing 1 replies (of 1 total)

 *  Thread Starter [Zamboolah Wigi Wigi](https://wordpress.org/support/users/burokhuli/)
 * (@burokhuli)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/commenting-a-code-giving-errors/#post-1377049)
 * found a solution! thanks

Viewing 1 replies (of 1 total)

The topic ‘Commenting A Code – Giving Errors’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [Zamboolah Wigi Wigi](https://wordpress.org/support/users/burokhuli/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/commenting-a-code-giving-errors/#post-1377049)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
