Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: 2 problems
    Thread Starter scouterz

    (@scouterz)

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

    Forum: Fixing WordPress
    In reply to: 2 problems
    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

    Forum: Fixing WordPress
    In reply to: 2 problems
    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?

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