• Why does hellip show when read more is turned on? That makes my read more link look like …Read More… which looks silly. The hellip should be OFF when read more is ON.

Viewing 2 replies - 1 through 2 (of 2 total)
  • How to delete manually – wp-content/plugins/recent-posts-widget-extended/includes/functions.php and line 201:

    $html .= wp_trim_words( apply_filters( 'rpwe_excerpt', get_the_excerpt() ), $args['length'], ' …' );

    and

    …

    Thread Starter graftedin

    (@graftedin)

    Thanks. I know how to delete. The point is you have hard coded “text” in your code that assumes (incorrectly) how we want this to display. Its better to leave us more control rather than to make a bad assumption.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hellip shows when read more is turned on’ is closed to new replies.