Donald
Sense they won’t answer your simple question, I will.
To change the Read More text go to
Appearance
Editor
Then, top right: Select theme to edit – choose Silver Mag Pro – click select
On the right under Templates click tpcrn_functions.php
Then in that file scroll a little more than half way down to find this section of code.
/*– Custom Excerpts–*/
function silvermag_themepacific_custom_read_more() {
return ‘… <div class=”themepacific-read-more”>‘. __(‘Dig Deeper & Read more »’,’silvermag’).’</div>’;
}
On here where you see “Dig Deeper & Read more” without quotes.
That is what I changed mine to. Yours before changing will be Read more.
Don’t worry about the lower case m on more, the codes will cap that one.
Change to what you want it to read and click update file.
That’s it, your done. Do be careful to only change the text between
the ‘ and & leaving those characters in place.
Hope you see this.
Best of luck