Hey,
I am trying to change the text of what the "more" button says. For example if you go to http://www.youngmoneyhq.com/news/ and go near the bottom to the Mack Maine post, you will see that the more link currently has an image before it and says "[...]".
Well I want to change that to say "(more...)", but I was following this link - http://codex.wordpress.org/Customizing_the_Read_More and my functions code already says:
$more_link_text = __( '(more...)' );
So does anyone know how I can edit this?
Thanks :)