Viewing 1 replies (of 1 total)
  • Thread Starter Alrik Vincent

    (@alrik-vincent)

    Found this in your site I think. You should really include this in FAQ:

    Solution:
    You’ll have to edit the plugin. Find this line:
    if( !is_page( ) && file_exists( $fileName )){

    …and change it to this:

    if( !is_page( ) && !is_home( ) && file_exists( $fileName )){

Viewing 1 replies (of 1 total)
  • The topic ‘How do I turn of the text from displaying below the more tag?’ is closed to new replies.