Edit Read more link
-
I am using Responsive as my parent theme and I try to edit Read more link. I is in functions-extras.php file:
/** * Returns a "Read more" link for excerpts */ function responsive_read_more() { return '<div class="read-more"><a href="' . get_permalink() . '">' . __( 'Read more ›', 'responsive' ) . '</a></div><!-- end of .read-more -->'; }
If I want to change that what I should to my child theme’s functions.php file. I only want to change div’s to span.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Edit Read more link’ is closed to new replies.