Hi,
Im trying to figure out how to add a class to my ‘Read more’ code in my functions.php… here is the piece of that code…
i can’t figure out the placement. Id like to style it individually from the excerpt. Thanks as always! Rena
$excerpt = ( $show_excerpt ) ? '<div class="x-recent-posts-excerpt"><p style="color:initial;">' . preg_replace('/<a.*?more-link.*?<\/a>/', '', cs_get_raw_excerpt() ) . 'Read More >></p></div>' : '';