• Resolved idienstler

    (@idienstler)


    I found a bug and I actually try to figure out where it came from.
    I have some texts in my blog which consists of a <more>-tag.
    If somebody clicks on “Read More” at the startpage the text after the <more>-tag is missing.
    If I login as admin and click on “edit” I can see the text.
    I’ll have a look at the single.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter idienstler

    (@idienstler)

    The problem is the core.php in this case
    $more = 0;
    As a quick hack just turn in the function wwl_post_content()

    global $more;
    $more = 0;

    into

    //global $more;
    //$more = 0;

    Yes, I just discovered this bug today. Sorry for that. I will update the theme tomorrow ASAP.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After -tag content is missing’ is closed to new replies.