• Hi,

    Is it possible to have the Read More link be on a separate line from the excerpt?

    I’m listing the recent posts on my homepage and, elsewhere on the homepage, I’m using a Featured Page widget that allows me to have the Read More link on a separate line. I want to be able to style the two widgets to look similar. I’ve been able to do everything I need, except I can’t figure out how to get the Read More link under the recent posts to be on a separate line.

    Thanks!

    https://wordpress.org/plugins/recent-posts-widget-extended/

Viewing 1 replies (of 1 total)
  • I´m also looking for this feature!

    Short workarount:
    Change line 201 from plugin-folder/includes/functions.php to
    $html .= '<br><a href="' . esc_url( get_permalink() ) . '" class="more-link">' . $args['readmore_text'] . '</a>';

Viewing 1 replies (of 1 total)
  • The topic ‘Read more link on separate line’ is closed to new replies.