Title: dibergio's Replies | WordPress.org

---

# dibergio

  [  ](https://wordpress.org/support/users/dibergio/)

 *   [Profile](https://wordpress.org/support/users/dibergio/)
 *   [Topics Started](https://wordpress.org/support/users/dibergio/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dibergio/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dibergio/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dibergio/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dibergio/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dibergio/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidebar gone mental!](https://wordpress.org/support/topic/sidebar-gone-mental/)
 *  Thread Starter [dibergio](https://wordpress.org/support/users/dibergio/)
 * (@dibergio)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/sidebar-gone-mental/#post-876149)
 * Okay so I worked it out – I had disabled comments and when renabled it all worked
   again – weird!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidebar gone mental!](https://wordpress.org/support/topic/sidebar-gone-mental/)
 *  Thread Starter [dibergio](https://wordpress.org/support/users/dibergio/)
 * (@dibergio)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/sidebar-gone-mental/#post-876147)
 * I see the code in footer.php but I’ve never edited that code.
 * I’ve restored the original footer.php and single.php and index.php to no avail–
   the only other code I’ve edited would be style.css as far as I can remember.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidebar gone mental!](https://wordpress.org/support/topic/sidebar-gone-mental/)
 *  Thread Starter [dibergio](https://wordpress.org/support/users/dibergio/)
 * (@dibergio)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/sidebar-gone-mental/#post-876065)
 * Hi thanks for the pointer but looking at my single.php I can’t seem to find the
   right area to edit. I’ve included the contents of it if anyone would care to 
   help?
 *     ```
       <?php get_header(); ?>
   
       	<div id="content" class="narrowcolumn">
   
       	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   
       			<div class="post" id="post-<?php the_ID(); ?>">
                       <div class="post-top">
                           <div class="post-title">
                           	<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php if ( function_exists('the_title_attribute')) the_title_attribute(); else the_title(); ?>"><?php the_title(); ?></a></h2>
                               <h3>
                               	Filed Under (<span><?php the_category(', ') ?></span>) by <span><?php the_author() ?></span> on <?php the_time('d-m-Y') ?>
                               </h3>
       						<?php if ( function_exists('the_tags')) the_tags('<h4>Tagged Under : <span>', ', ', ' </span></h4>'); ?>
                           </div>
                       </div>
   
       				<div class="entry">
       					<?php the_content('Read the rest of this entry &raquo;'); ?>
       				</div>
   
                       <!--<div class="postmetadata">
                           <div class="alignright">
       						<a><?php comments_number('<span>(0)</span> Comments', '<span>(1)</span> Comment', '<span>(%)</span> Comments'); ?></a>
                           	&nbsp;&nbsp;&nbsp;<?php edit_post_link('Edit', '', '&nbsp;&nbsp;&nbsp;'); ?>
                               <a class="readmore" href="<?php the_permalink() ?>" ><span>Read More</span></a>
                           </div>-->
                           <div class="clear"></div>
                       </div>
       			</div>
   
       	<?php comments_template(); ?>
   
       	<?php endwhile; else: ?>
   
       		<p>Sorry, no posts matched your criteria.</p>
   
       <?php endif; ?>
   
       	</div>
   
       <?php get_footer(); ?>
       ```
   
 * Any help would be greatly appreciated!
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blog all wrong in IE7](https://wordpress.org/support/topic/blog-all-wrong-in-ie7/)
 *  Thread Starter [dibergio](https://wordpress.org/support/users/dibergio/)
 * (@dibergio)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/blog-all-wrong-in-ie7/#post-847417)
 * thanks mate – all sorted now!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Widget Title Color](https://wordpress.org/support/topic/changing-widget-title-color/)
 *  Thread Starter [dibergio](https://wordpress.org/support/users/dibergio/)
 * (@dibergio)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/changing-widget-title-color/#post-844666)
 * Thanks that worked – any idea how to change the actual links to the various articles
   I’ve dugg?
 * Firebug talks about Widget.css but I can’t for the life of me find that style
   sheet??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Widget Title Color](https://wordpress.org/support/topic/changing-widget-title-color/)
 *  Thread Starter [dibergio](https://wordpress.org/support/users/dibergio/)
 * (@dibergio)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/changing-widget-title-color/#post-844650)
 * And also how to change the colour of the links within the Digg Widget would be
   nice as you can hardly read them at the moment.
 * Thanks

Viewing 6 replies - 1 through 6 (of 6 total)