• Dear Sirs:

    I cannot properly figure how to change the code (default theme) to make my front page (sidebar) links list also appear in the archive section. I have gotten the list to the archive page, but it is not displaying lined up in the sidebar under the other headings, and bullets have also been inadvertently added. Please advise. Thank you in advance for your time, which is always helpful.

Viewing 1 replies (of 1 total)
  • https://www.ads-software.com/support/topic/25616

    Grab the second zip file listed in the first post there.

    To manually do this: In the *pristine* version of the default theme’s sidebar you’ll find this line just above where get_links_list() is called:

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

    Remove it. You’ll also need remove the closing tag for the if statement:

    <?php } ?>

    That’s right after the Meta section’s unordered list ends.

Viewing 1 replies (of 1 total)
  • The topic ‘displaying links list on Archive page’ is closed to new replies.