Viewing 5 replies - 1 through 5 (of 5 total)
  • Take a look at that feed widget in your sidebar:

    An error has occurred; the feed is probably down. Try again later.
    
    Fatal error: Only variables can be passed by reference in /home/symx/public_html/wp-includes/rss.php on line 288

    I’d remove that first.

    Thread Starter symx

    (@symx)

    can’t remove it, guess have to do it manually but how?

    Why can’t you remove it?

    Is it a widget? Is it hard coded into your sidebar?

    If the code is in your sidebar, then just open sidebar.php and remove it.

    Thread Starter symx

    (@symx)

    Here’s the code of my sidebar, I don’t see the area to be amended.

    <div id=”sidebar-left” class=”sidebar”>

    <ul class=”menu”>

    <?php /* WordPress Widget Support */ if (function_exists(‘dynamic_sidebar’) and dynamic_sidebar(‘left-sidebar’)) { } else { ?>

    • <h3>Pages</h3>
    • /”>Home
    • <?php wp_list_pages( ‘title_li=&depth=1’ ); ?>

    <?php wp_list_categories(‘optioncount=1&hierarchical=0&title_li=<h3>Categories</h3>’); ?>

    <?php } ?>

    </div>

    Are you using widgets in your sidebar? More specifically, are you using widgets in “left-sidebar”?

    If so, remove the feed widget.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Content never show in main page’ is closed to new replies.