Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter LCJ

    (@lcj)

    please anyone can give me the right code or tell me what to modify here ?

    Thread Starter LCJ

    (@lcj)

    Mr. samboll, i think i can’t understand what i have to replace there to see it working ..
    here is what i have

    <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">', '</li>', '<br />', FALSE, 'id', TRUE,
    TRUE, -1, TRUE); ?>
       </ul>
       </div>
Viewing 2 replies - 1 through 2 (of 2 total)