Ah...more learning time! Does anyone have a coding method to add php variable to the end of the "more-link" style in the WordPress core by adding it to the functions.php file? Basically letting a person choose from theme settings their choice of a Read More button which would add their choice to the end of the more-link. Example, you choose blue in theme settings, this will add to the existing class="more-link-blue" in the page.
I'd rather do this direct with the "actual" more-link from the functions.php than to add a another style to the more link there.
Is this possible? Thanks in Advanced!