[Plugin: Advanced Excerpt] "Read More" text not added to custom excerpts
-
(Plugin v4.1.1) I noted that the plugin would not add the “Read more” text to custom excerpts, which resulted in now way to get to the full post. I modified the plugin by replacing line 121
From:
return $text;
To:
return($this->text_add_more($text, $ellipsis, ($add_link) ? $read_more : false));
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Advanced Excerpt] "Read More" text not added to custom excerpts’ is closed to new replies.