Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TV productions

    (@tv-productions)

    You are totally right about the apostrophe. I fix it for the next release.

    To fix it now, you have to edit the code. Open the file EPA_Insert_Ablum.php in wp-content/plugins/easy-photo-album/ and search for the next lines (starting at line 142):

    global $more;
    $more = 0;
    the_content ( __ ( "View more photo's", 'epa' ) . ' →' );

    Remove the apostrophe, so it looks like this:

    global $more;
    $more = 0;
    the_content ( __ ( "View more photos", 'epa' ) . ' →' );

    And save the file. It should appear right on your website now.

    Thread Starter maruschka

    (@maruschka)

    Thanks!

    I found it and fixed it ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘View more’ is closed to new replies.