change default text "READ-MORE" button text to custom one

I need to change the default text to “Click Here to See Comments”
My users are confused by the default verbiage.

I would also like to be able to default to show all comments when a user clicks a posted topic, or better yet a selection list drop down so user can selet to see comments.

Thanks -dansranch

Hi,

To change Sparkling theme read more button text to some custom one you should go to Appearance >> Editor and there find file called content.php.

On that file find this line of code:

<p><a class="btn btn-default read-more" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php esc_html_e( 'Read More', 'sparkling' ); ?></a></p>

And replace Read More in that line with text that you want to use.

Let me know if this is what you were looking for.

Work´s fine!

Thank you