Here is the php script used to generate my links, why is it adding the 1″> ????
<?php } ?>
<?php
$link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
foreach ($link_cats as $link_cat) { ?>
- <?php echo $link_cat-> cat_id;?>”><h4><?php echo $link_cat->cat_name; ?></h4>
<?php wp_get_links($link_cat->cat_id); ?>