Change wording of "read more" link?
Is there a simple way I can change the wording of the "Read more" link in the teasers? I'd like to change it to "Read more …" -- but I need to know where to find it first. Thanks!
Katrina
Digital media designer and webmaster for a small daily newspaper
www.courier-tribune.com
Thank you! The String Overrides module worked beautifully.
Katrina
Digital media designer and webmaster for a small daily newspaper
www.courier-tribune.com
Have you tried .node_read_more {display: none;} ?
It's underscore on my test site, not hyphens.
Also, you may need to clear your site cache for the css to be picked up.
There could be any number of things preventing this method working. It's hard to say without having a close look. Sorry.
Removing $links may remove other things as well, which may not be what you want.

Hi,
If you search drupal.org for changing read more or something similar, you'll find lots of use stuff. I had a look through, and the cleanest suggestion is the String Overrides module (http://drupal.org/project/stringoverrides). What about you give that a try and let me know if it works?
I'm presuming you'll be okay with installing your own Drupal module?