Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter dibergio

    (@dibergio)

    Okay so I worked it out – I had disabled comments and when renabled it all worked again – weird!

    Thread Starter dibergio

    (@dibergio)

    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.

    Thread Starter dibergio

    (@dibergio)

    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

    Thread Starter dibergio

    (@dibergio)

    thanks mate – all sorted now!

    Thread Starter dibergio

    (@dibergio)

    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??

    Thread Starter dibergio

    (@dibergio)

    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)