dibergio
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebar gone mental!Okay so I worked it out – I had disabled comments and when renabled it all worked again – weird!
Forum: Themes and Templates
In reply to: Sidebar gone mental!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
In reply to: Sidebar gone mental!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 »'); ?> </div> <!--<div class="postmetadata"> <div class="alignright"> <a><?php comments_number('<span>(0)</span> Comments', '<span>(1)</span> Comment', '<span>(%)</span> Comments'); ?></a> <?php edit_post_link('Edit', '', ' '); ?> <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
In reply to: Blog all wrong in IE7thanks mate – all sorted now!
Forum: Fixing WordPress
In reply to: Changing Widget Title ColorThanks 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
In reply to: Changing Widget Title ColorAnd 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