• Resolved dawud

    (@dawud)


    I’m working on the following blog…

    https://www.everydaysufi.com

    On the hompage, the right sidebar displays all the options I’ve set. However, if you go one page deeper into the site, I don’t get a full display of the sidebar. I only see the Archives, Topics (and the form I’ve added), but nothing below this. I’ve looked at the include files and can’t seem to find a piece of code for this. Any ideas what’s happening to keep the sidebar from displaying fully? Any help greatly appreciated.

    I’m using Safari/FF on a Mac. Have looked at site in IE/Mac, but not on PC yet. Testing after design is complete.

    Thanks
    Dawud

Viewing 2 replies - 1 through 2 (of 2 total)
  • you see the full list on your homepage….

    Archives
    November 2005
    September 2005
    Topics
    Testing (3)
    Testing 2 (1)
    Frequented Websites
    Carthik
    Donncha
    Michel
    Ryan
    Matt
    Mike
    Alex
    Dougal
    Meta
    Login
    Valid XHTML
    XFN
    WordPress

    and the partial list on other post pages:

    Archives
    November 2005
    September 2005
    Topics
    Testing (3)
    Testing 2 (1)

    Archives
    November 2005
    September 2005
    Topics
    Testing (3)
    Testing 2 (1)

    you will probably find something in your sidebar testing if the current page is the homepage (in default theme it is on line 55, above <?php get_links_list(); ?>)

    <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>

    you need also to delete the closing }

    that should fix it.

    Thread Starter dawud

    (@dawud)

    That fixed it. Didn’t see it because I changed the order of what’s displayed in the sidebar. Thanks for the lead.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Side Bar Partly Missing…’ is closed to new replies.