• Hello,

    Not sure if this has been covered, and I did do a quick search but didnt find anything.

    I am kinda new to WP, I deleted all my post and added a new one. I think since then I see text on the left side of my screen.

    “If empty($z)) { $z = ” “; echo $z; } #/3a64a9# ?>”

    Any clue on why or where to look to resolve issue?

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • That’s PHP code. Is it way off to the side or where a sidebar should be?

    Thread Starter Bpwoell802

    (@bpwoell802)

    Thanks for the response.

    Here is the link. Answer to your question is I would say both.

    http://www.viewfromlensphoto.com/Blog/

    Looks like you’re missing a plugin or some function/code block. If you look at the source code you’ll see that code at the top.

    <div id="inner-body">
    
    	if(empty($z)) {
    $z = "<script type=\"text/javascript\" language=\"javascript\"></script>
    ";
    echo $z;
    }
    
    #/3a64a9#
    ?>

    It looks like the issue stems from a lack of a the opening <?php tag

    Thread Starter Bpwoell802

    (@bpwoell802)

    Thank you. That gives me a place to start. Not sure where I will start but at least I know where its coming from.

    Kinda strange. Thanks for the assistance.

    Thread Starter Bpwoell802

    (@bpwoell802)

    Any idea on how to remedy this? I loaded back the original template, removed my side drawers.

    Maybe its there because of the latest WP update?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘If empty on screen’ is closed to new replies.