Viewing 5 replies - 1 through 5 (of 5 total)
  • 1. Look for if statements in your sidebar.php
    2. Use the AllSidebar edition of the K. theme
    http://codex.wordpress.org/Using_Themes/Theme_List#Two_Columns

    Thread Starter scouterz

    (@scouterz)

    Thanks, can you be a bit for specific for the “If” statement I tried removing one and it messed up the sidebar.

    Also for the SllSiderbar edition of K.theme, will i have to fully modify it to look like mine?

    Thread Starter scouterz

    (@scouterz)

    The only thing i can see is this;

    <?php /* If this is the frontpage */ if ( is_home() || is_home() ) { ?>
    <?php
    $link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
    foreach ($link_cats as $link_cat) {
    ?>

    Thats displayed inbetween Archive and the User Login section in the Sidebar

    That’s why I hate K. – it’s difficult to modify for beginners. Instead of deleting the if statements, you should move out from it the parts that you want to show all the time. Sorry, I cannot be more specific because I don’t work ever with K. and I don’t have time to learn it.

    Yes. You have to modify it.

    Or, better, just forget K. and get a normal theme.

    Thread Starter scouterz

    (@scouterz)

    Oh well, i think i’ll just get a new theme made for me.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘2 problems’ is closed to new replies.