Oh well, i think i’ll just get a new theme made for me.
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
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?