
HELP: How can I add a "Read more..." link to my Wordpress 3.1 blog posts?
PROBLEM 1:
1) It seems that updating Wordpress to 3.1 has removed the "Click here to read more..." link from the end of my blog post excerpts. This is what I have tried so far but none of them worked to add the "Read more" link...
a) I tried adding this code to the index.php to same location that works for all of my pre-WP 3.1 sites and it didn't work:
<a href="<?php the_permalink() ?>" rel="bookmark"><b>Click here to read the rest of this entry >>></b></a>
b) I activated a "Read More" excerpt plugin and that did not work.
c) I found several sites that mentioned the same problem (I think) with the code below to add to functions.php but none of them said exactly where to paste the code. This is the code:
// Changing excerpt more
function new_excerpt_more($more) {
global $post;
return '… <a href="'. get_permalink($post->ID) . '">' . 'Read More »' . '</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');
PROBLEM 2:
On each of my blog post excerpts it says the following:
Filed under: tags are here | Comments Off
I'm not going to allow comments for this site and want to remove the words "Comments Off" Any idea's?
Any suggestions will be greatly appreciated.

Thanks
Steve
Cheers,
Kathy
Follow me on Twitter and My Blog
200 FREE Sources of Stock Photos, Images, Backgrounds and Textures Free PDF no opt-in
Download My Training Call With Lee McIntyre Over 70 Minutes Of Juicy Internet Marketing Content FREE
Cheers,
Kathy