Thread Starter
rizl
(@rizl)
Thank you verry much Otto42 that worked out just fine.
seems i´m heaving some other trouwbles instead 🙁
the layout is all messed up when clicking on the comments or the <MORE> tag 🙁
and the (blogroll) links are not showing up when viewing a post aswell…
anyhow the main page itselfe is working as i should! thanx again
Thread Starter
rizl
(@rizl)
thanx for youre reply. “i tried about everything” and this dousnt seem to work aswell…
here is some of the code where it seems to go wrong in my sidebar.php…
<div class=”right_content”>
<?php $link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
foreach ($link_cats as $link_cat) { ?>
<div class=”right_header”><?php echo $link_cat->cat_name; ?></div>
<div class=”right_content”>
<ul style=”margin-left:20″>
<?php get_links($link_cat->cat_id, ‘<li class=”li3″>’, ”, ‘
‘, FALSE, ‘id’, TRUE,
TRUE, -1, TRUE); ?>
</div>
<br>
hope someone can help me out with this,