• I decided to use a theme that doesnt have the blogroll on the right sidebar by default. I would really like to have one. What file do I need to edit and what code should I put in?

    I’m thinking this is quite simple. I just couldn’t find any solution to it when I searched the forums.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Post a link.

    Thread Starter daiver

    (@daiver)

    From the theme’s website:
    Version 1.0.1 is out! Download it below! This is a required upgrade if you don’t want your comments to be screwed in IE. Also: Added the links list to the sidebar of the front page and added a value to the search form in the sidebar.

    Introducing ChaoticSoul

    Thread Starter daiver

    (@daiver)

    Yes, I’ve installed that but I can’t manage to have the links show up and there are no instructions on how to do so.

    edit the sidebar.php in the themes folder.
    Default code is:
    <?php if ( is_home() || is_page() ) { ?>
    <?php get_links_list(); ?>

    if you want the links to be included on all pages (like when reading an article on a single page), add || is_single() after is_page().

    Thread Starter daiver

    (@daiver)

    Hi Krugern,

    I get this, no matter where I add the code:

    Parse error: syntax error, unexpected $end in

    Missing a closing curly:
    <?php if ( is_home() || is_page() ) { ?>
    <?php get_links_list(); ?>
    <?php } ?>

    my bad. just put that ending } after get_links_list();

    like: get_links_list(); } ?>

    Thread Starter daiver

    (@daiver)

    Thanks, I do have some problems with the mouseover thing, but I think it will be hard to solve.

    Yeah!!!
    I had the same issue. when I added the blogroll the mouseover and title are not functioning properly.
    check it out…
    osnola.net
    I tried looking in the CSS file and in the sidebar file and a few others but could not find whats causing that.
    can anyone help me fix this or point me in the right direction???
    I read somewhere that chaoticsoul 1.0.1 fixes this issue but all the links I could find to download give me a “404”
    please help!
    thanx in advanced.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Add blogroll to sidebar’ is closed to new replies.