• Resolved cmolyn

    (@cmolyn)


    From Version 2.8 to 3.x the read_more variable is emptyied on line 218 … in 2.8 is was a different variable that was set to use, but even if the custom read_more is set in the settings it is emptied here, then checked on 222.

    line 218
    $rmore = '';
    line 222
    $rmore = ( !empty( $read_more ) ) ? '<a href="' . $link . '" title="Read more"' . $new_tab . $no_follow . '>' . $read_more . '</a>' : '';

    line 232
    $desc = $thumb . $desc . ' ' . $rmore;

    That works for me.

    • This topic was modified 4 years, 6 months ago by cmolyn.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Read More is missing in the widget’ is closed to new replies.