• I hope this hasn’t been posted before. I did a search, but couldn’t find anything.

    I’m testing out 1.5 on a subdomain before I put it on my main site. Everything is going well so far, except that when I click on one of my ‘archives’, the Blogroll links and Meta links disappear. https://www.site-of-doom.com/wp/

    Is there a way to keep all the links in the sidebar visible at all times? It doesn’t happen when I use the Classic theme, just the Default theme..

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • if you look into the sidebar.php of your deault theme you’ll see a line:


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

    and under that, you see ‘get links list’… so it is checking to see ‘if’ this is the front page.

    so to remedy this, you can remove the line shown above, which started the ‘if’ statement. then if you scan down the next 10 or more lines you see the closure of the ‘if’ statement.


    <?php } ?>

    der… remove that closure, i should have said. ??

    Thread Starter icklebug

    (@icklebug)

    Yay it worked! Thank you so much for your reply ?? *does lurid thanky dance*

    I have the same issue, but the sidebar.php of the theme I’m using doesn’t have anything similar to that. Any thoughts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links Disappearing’ is closed to new replies.