Just wanted to say that the “more_tag” code uses mb_strpos which isn’t a default-enabled function for PHP. you have to specifically turn it on or install it, and it causes some trouble without it. If it’s not enabled it will give a fatal error and stop rendering the page. This problem is easily fixed as explained in this question on stackoverflow and only happens when using the plugin with the more tag.