• hi Joe
    thanks for the update, but i think you missed something in the output of the “Read More” text. in include/posts.php, the line:
    $output .= '<span class="readmore-wrapper"><a class="readmore" href="'.get_permalink().'">Read more</a></span>';
    should really be:
    <span class="readmore-wrapper"><a class="readmore" href="'.get_permalink().'">'.$read_more.'</a></span>

    http://wordpress.org/extend/plugins/mtphr-widgets/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘problem in "Read More" output in version 2.0.9’ is closed to new replies.